Html Css Color HEX #D6DB08 Bird Flower

📋 copy color: '#D6DB08'

red 214 ◦ green 219 ◦ blue 8

#D6DB08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #D6DB08

Tints of Bird Flower #D6DB08

RGB

 RED value IS 214 (83.98% from 255) = 48.53%

 GREEN value IS 219 (85.94% from 255) = 49.66%

 BLUE value IS 8 (3.52% from 255) = 1.81%

R = 48.53%
G = 49.66%
B = 1.81%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#D6DB08 (or 0xD6DB08) is known color: Bird Flower. HEX triplet: D6, DB and 08. RGB value is (214,219,8). Sum of RGB (Red+Green+Blue) = 214+219+8=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 8 (3.52% from 255 or 1.81% from 441); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DB08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6DB08 is #2924F7. Grayscale: #C2C2C2. Windows color (decimal): -2696440 or 580566. OLE color: 580566.

HSL color Cylindrical-coordinate representation of color #D6DB08: hue angle of 61.42º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D6DB08 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 219 8 -
CMYK 0.02 0 0.96 0.14
HSL 61.42º 0.93% 0.45% -
HSV(B) 61.42º 0.96% 0.86% -
XYZ 53.11 64.98 9.97 -
YUV 193.45 23.34 142.66 -
System Red Green Blue C M Y K H S L
Decimal 214 219 8 0.02 0 0.96 0.14 61.42 0.93 0.45
Hex D6 DB 8 2 0 60 E 3D 5D 2D
Octal 326 333 10 2 0 140 16 75 135 55
Binary 11010110 11011011 1000 10 0 1100000 1110 111101 1011101 101101

Color Harmonies of #D6DB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DB08

Black with #D6DB08

Text Example


Text Example

White with #D6DB08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DB08; }

 p { color: rgb(214,219,8); }

 H1.HeaderClassName
 {
   color: #D6DB08;
 }
 .AnyTagClassName
 {
   color: #D6DB08;
 }
</style>

background-color css

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

 a { background-color: rgb(214,219,8); }

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

border-color css

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

 span { border-color: rgb(214,219,8); }

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