Html Css Color HEX #D8DB00 Bird Flower

📋 copy color: '#D8DB00'

red 216 ◦ green 219 ◦ blue 0

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

Shades of Bird Flower #D8DB00

Tints of Bird Flower #D8DB00

RGB

 RED value IS 216 (84.77% from 255) = 49.66%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.66%
G = 50.34%
B = 0%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#D8DB00 (or 0xD8DB00) is known color: Bird Flower. HEX triplet: D8, DB and 00. RGB value is (216,219,0). Sum of RGB (Red+Green+Blue) = 216+219+0=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 219 (85.94% from 255 or 50.34% from 435); Blue value is 0 (0.39% from 255 or 0% from 435); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8DB00 is #2724FF. Grayscale: #C2C2C2. Windows color (decimal): -2565376 or 56280. OLE color: 56280.

HSL color Cylindrical-coordinate representation of color #D8DB00: hue angle of 60.82º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D8DB00 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 219 0 -
CMYK 0.01 0 1 0.14
HSL 60.82º 1% 0.43% -
HSV(B) 60.82º 1% 0.86% -
XYZ 53.65 65.26 9.77 -
YUV 193.14 19.01 144.31 -
System Red Green Blue C M Y K H S L
Decimal 216 219 0 0.01 0 1 0.14 60.82 1 0.43
Hex D8 DB 0 1 0 64 E 3D 64 2B
Octal 330 333 0 1 0 144 16 75 144 53
Binary 11011000 11011011 0 1 0 1100100 1110 111101 1100100 101011

Color Harmonies of #D8DB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DB00

Black with #D8DB00

Text Example


Text Example

White with #D8DB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DB00; }

 p { color: rgb(216,219,0); }

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

background-color css

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

 a { background-color: rgb(216,219,0); }

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

border-color css

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

 span { border-color: rgb(216,219,0); }

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