Html Css Color HEX #D8CD09 Bird Flower

📋 copy color: '#D8CD09'

red 216 ◦ green 205 ◦ blue 9

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

Shades of Bird Flower #D8CD09

Tints of Bird Flower #D8CD09

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.67%

 BLUE value IS 9 (3.91% from 255) = 2.09%

R = 50.23%
G = 47.67%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D8CD09 (or 0xD8CD09) is known color: Bird Flower. HEX triplet: D8, CD and 09. RGB value is (216,205,9). Sum of RGB (Red+Green+Blue) = 216+205+9=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 9 (3.91% from 255 or 2.09% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CD09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8CD09 is #2732F6. Grayscale: #BABABA. Windows color (decimal): -2568951 or 642520. OLE color: 642520.

HSL color Cylindrical-coordinate representation of color #D8CD09: hue angle of 56.81º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D8CD09 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 205 9 -
CMYK 0 0.05 0.96 0.15
HSL 56.81º 0.92% 0.44% -
HSV(B) 56.81º 0.96% 0.85% -
XYZ 50.2 58.28 8.86 -
YUV 185.95 28.14 149.44 -
System Red Green Blue C M Y K H S L
Decimal 216 205 9 0 0.05 0.96 0.15 56.81 0.92 0.44
Hex D8 CD 9 0 5 60 F 39 5C 2C
Octal 330 315 11 0 5 140 17 71 134 54
Binary 11011000 11001101 1001 0 101 1100000 1111 111001 1011100 101100

Color Harmonies of #D8CD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CD09

Black with #D8CD09

Text Example


Text Example

White with #D8CD09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CD09; }

 p { color: rgb(216,205,9); }

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

background-color css

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

 a { background-color: rgb(216,205,9); }

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

border-color css

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

 span { border-color: rgb(216,205,9); }

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