Html Css Color HEX #D8C202 Bird Flower

📋 copy color: '#D8C202'

red 216 ◦ green 194 ◦ blue 2

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

Shades of Bird Flower #D8C202

Tints of Bird Flower #D8C202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 52.43%
G = 47.09%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D8C202 (or 0xD8C202) is known color: Bird Flower. HEX triplet: D8, C2 and 02. RGB value is (216,194,2). Sum of RGB (Red+Green+Blue) = 216+194+2=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 194 (76.17% from 255 or 47.09% from 412); Blue value is 2 (1.17% from 255 or 0.49% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C202 is #273DFD. Grayscale: #B3B3B3. Windows color (decimal): -2571774 or 180952. OLE color: 180952.

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

Color convert

RGB 216 194 2 -
CMYK 0 0.10 0.99 0.15
HSL 53.83º 0.98% 0.43% -
HSV(B) 53.83º 0.99% 0.85% -
XYZ 47.62 53.19 7.81 -
YUV 178.69 28.29 154.61 -
System Red Green Blue C M Y K H S L
Decimal 216 194 2 0 0.10 0.99 0.15 53.83 0.98 0.43
Hex D8 C2 2 0 A 63 F 36 62 2B
Octal 330 302 2 0 12 143 17 66 142 53
Binary 11011000 11000010 10 0 1010 1100011 1111 110110 1100010 101011

Color Harmonies of #D8C202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C202

Black with #D8C202

Text Example


Text Example

White with #D8C202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C202; }

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

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

background-color css

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

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

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

border-color css

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

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

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