Html Css Color HEX #D8C204 Bird Flower

📋 copy color: '#D8C204'

red 216 ◦ green 194 ◦ blue 4

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

Shades of Bird Flower #D8C204

Tints of Bird Flower #D8C204

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.86%

 BLUE value IS 4 (1.95% from 255) = 0.97%

R = 52.17%
G = 46.86%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D8C204 (or 0xD8C204) is known color: Bird Flower. HEX triplet: D8, C2 and 04. RGB value is (216,194,4). Sum of RGB (Red+Green+Blue) = 216+194+4=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 194 (76.17% from 255 or 46.86% from 414); Blue value is 4 (1.95% from 255 or 0.97% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C204 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C204 is #273DFB. Grayscale: #B3B3B3. Windows color (decimal): -2571772 or 312024. OLE color: 312024.

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

Color convert

RGB 216 194 4 -
CMYK 0 0.10 0.98 0.15
HSL 53.77º 0.96% 0.43% -
HSV(B) 53.77º 0.98% 0.85% -
XYZ 47.63 53.19 7.87 -
YUV 178.92 29.29 154.45 -
System Red Green Blue C M Y K H S L
Decimal 216 194 4 0 0.10 0.98 0.15 53.77 0.96 0.43
Hex D8 C2 4 0 A 62 F 36 60 2B
Octal 330 302 4 0 12 142 17 66 140 53
Binary 11011000 11000010 100 0 1010 1100010 1111 110110 1100000 101011

Color Harmonies of #D8C204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C204

Black with #D8C204

Text Example


Text Example

White with #D8C204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C204; }

 p { color: rgb(216,194,4); }

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

background-color css

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

 a { background-color: rgb(216,194,4); }

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

border-color css

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

 span { border-color: rgb(216,194,4); }

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