Html Css Color HEX #D8DD05 Bird Flower

📋 copy color: '#D8DD05'

red 216 ◦ green 221 ◦ blue 5

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

Shades of Bird Flower #D8DD05

Tints of Bird Flower #D8DD05

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50%

 BLUE value IS 5 (2.34% from 255) = 1.13%

R = 48.87%
G = 50%
B = 1.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#D8DD05 (or 0xD8DD05) is known color: Bird Flower. HEX triplet: D8, DD and 05. RGB value is (216,221,5). Sum of RGB (Red+Green+Blue) = 216+221+5=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 5 (2.34% from 255 or 1.13% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8DD05 is #2722FA. Grayscale: #C3C3C3. Windows color (decimal): -2564859 or 384472. OLE color: 384472.

HSL color Cylindrical-coordinate representation of color #D8DD05: hue angle of 61.39º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D8DD05 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 221 5 -
CMYK 0.02 0 0.98 0.13
HSL 61.39º 0.96% 0.44% -
HSV(B) 61.39º 0.98% 0.87% -
XYZ 54.2 66.32 10.09 -
YUV 194.88 20.84 143.06 -
System Red Green Blue C M Y K H S L
Decimal 216 221 5 0.02 0 0.98 0.13 61.39 0.96 0.44
Hex D8 DD 5 2 0 62 D 3D 60 2C
Octal 330 335 5 2 0 142 15 75 140 54
Binary 11011000 11011101 101 10 0 1100010 1101 111101 1100000 101100

Color Harmonies of #D8DD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DD05

Black with #D8DD05

Text Example


Text Example

White with #D8DD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DD05; }

 p { color: rgb(216,221,5); }

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

background-color css

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

 a { background-color: rgb(216,221,5); }

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

border-color css

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

 span { border-color: rgb(216,221,5); }

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