Html Css Color HEX #D8DD07 Bird Flower

📋 copy color: '#D8DD07'

red 216 ◦ green 221 ◦ blue 7

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

Shades of Bird Flower #D8DD07

Tints of Bird Flower #D8DD07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.58%

R = 48.65%
G = 49.77%
B = 1.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#D8DD07 (or 0xD8DD07) is known color: Bird Flower. HEX triplet: D8, DD and 07. RGB value is (216,221,7). Sum of RGB (Red+Green+Blue) = 216+221+7=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 7 (3.12% from 255 or 1.58% from 444); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8DD07 is #2722F8. Grayscale: #C3C3C3. Windows color (decimal): -2564857 or 515544. OLE color: 515544.

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

Color convert

RGB 216 221 7 -
CMYK 0.02 0 0.97 0.13
HSL 61.4º 0.94% 0.45% -
HSV(B) 61.4º 0.97% 0.87% -
XYZ 54.21 66.33 10.15 -
YUV 195.11 21.84 142.9 -
System Red Green Blue C M Y K H S L
Decimal 216 221 7 0.02 0 0.97 0.13 61.4 0.94 0.45
Hex D8 DD 7 2 0 61 D 3D 5E 2D
Octal 330 335 7 2 0 141 15 75 136 55
Binary 11011000 11011101 111 10 0 1100001 1101 111101 1011110 101101

Color Harmonies of #D8DD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DD07

Black with #D8DD07

Text Example


Text Example

White with #D8DD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DD07; }

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

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

background-color css

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

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

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

border-color css

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

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

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