Html Css Color HEX #D8C90C Bird Flower

📋 copy color: '#D8C90C'

red 216 ◦ green 201 ◦ blue 12

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

Shades of Bird Flower #D8C90C

Tints of Bird Flower #D8C90C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.85%

 BLUE value IS 12 (5.08% from 255) = 2.8%

R = 50.35%
G = 46.85%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8C90C (or 0xD8C90C) is known color: Bird Flower. HEX triplet: D8, C9 and 0C. RGB value is (216,201,12). Sum of RGB (Red+Green+Blue) = 216+201+12=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 201 (78.91% from 255 or 46.85% from 429); Blue value is 12 (5.08% from 255 or 2.80% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C90C is #2736F3. Grayscale: #B8B8B8. Windows color (decimal): -2569972 or 838104. OLE color: 838104.

HSL color Cylindrical-coordinate representation of color #D8C90C: hue angle of 55.59º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8C90C is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 201 12 -
CMYK 0 0.07 0.94 0.15
HSL 55.59º 0.89% 0.45% -
HSV(B) 55.59º 0.94% 0.85% -
XYZ 49.27 56.4 8.64 -
YUV 183.94 30.97 150.87 -
System Red Green Blue C M Y K H S L
Decimal 216 201 12 0 0.07 0.94 0.15 55.59 0.89 0.45
Hex D8 C9 C 0 7 5E F 38 59 2D
Octal 330 311 14 0 7 136 17 70 131 55
Binary 11011000 11001001 1100 0 111 1011110 1111 111000 1011001 101101

Color Harmonies of #D8C90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C90C

Black with #D8C90C

Text Example


Text Example

White with #D8C90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C90C; }

 p { color: rgb(216,201,12); }

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

background-color css

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

 a { background-color: rgb(216,201,12); }

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

border-color css

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

 span { border-color: rgb(216,201,12); }

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