#DADB07

Color #DADB07 Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #DADB07

Tints of Bird Flower #DADB07

Color information

#DADB07 (or 0xDADB07) is unknown color: approx Bird Flower. HEX triplet: DA, DB and 07. RGB value is (218,219,7). Sum of RGB (Red+Green+Blue) = 218+219+7=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 219 (85.94% from 255 or 49.32% from 444); Blue value is 7 (3.12% from 255 or 1.58% from 444); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADB07 is #2524F8. Grayscale: #C3C3C3. Windows color (decimal): -2434297 or 515034. OLE color: 515034.

HSL color Cylindrical-coordinate representation of color #DADB07: hue angle of 60.28º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DADB07 is Cyan = 0.00, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB2182197-
CMYK0.0000.970.14
HSL60.28º93.81%44.31%-
HSV(B)60.28º96.8%85.88%-
XYZ54.2865.5810-
YUV194.5322.17144.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 49.10%
GREEN value IS 219 (85.94% from 255) = 49.32%
BLUE value IS 7 (3.12% from 255) = 1.58%
R=49.10%
G=49.32%
B=1.58%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21821970.0000.970.1460.2893.8144.31
HexDADB70061E3c5e2c
Octal332333700141167413654
Binary110110101101101111100110000111101111001011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADB07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADB07; }

 p { color: rgb(218,219,7); }

 H1.HeaderClassName
 {
   color: #DADB07;
 }
 .AnyTagClassName
 {
   color: #DADB07;
 }
</style>
background-color css

<style>
 a { background-color: #DADB07; }

 a { background-color: rgb(218,219,7); }

 div.DivClassName
 {
   background-color: #DADB07;
 }
 .BgClassName
 {
   background-color: #DADB07;
 }
</style>
border-color css

<style>
 span { border-color: #DADB07; }

 span { border-color: rgb(218,219,7); }

 td.TdClassName
 {
   border-color: #DADB07;
 }
 .TagClassName
 {
   border-color: #DADB07;
 }
</style>