Html Css Color HEX #D0C212 Bird Flower

📋 copy color: '#D0C212'

red 208 ◦ green 194 ◦ blue 18

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

Shades of Bird Flower #D0C212

Tints of Bird Flower #D0C212

RGB

 RED value IS 208 (81.64% from 255) = 49.52%

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

 BLUE value IS 18 (7.42% from 255) = 4.29%

R = 49.52%
G = 46.19%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D0C212 (or 0xD0C212) is known color: Bird Flower. HEX triplet: D0, C2 and 12. RGB value is (208,194,18). Sum of RGB (Red+Green+Blue) = 208+194+18=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 18 (7.42% from 255 or 4.29% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C212 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C212 is #2F3DED. Grayscale: #B2B2B2. Windows color (decimal): -3096046 or 1229520. OLE color: 1229520.

HSL color Cylindrical-coordinate representation of color #D0C212: hue angle of 55.58º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0C212 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 194 18 -
CMYK 0 0.07 0.91 0.18
HSL 55.58º 0.84% 0.44% -
HSV(B) 55.58º 0.91% 0.82% -
XYZ 45.41 52.04 8.22 -
YUV 178.12 37.64 149.31 -
System Red Green Blue C M Y K H S L
Decimal 208 194 18 0 0.07 0.91 0.18 55.58 0.84 0.44
Hex D0 C2 12 0 7 5B 12 38 54 2C
Octal 320 302 22 0 7 133 22 70 124 54
Binary 11010000 11000010 10010 0 111 1011011 10010 111000 1010100 101100

Color Harmonies of #D0C212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C212

Black with #D0C212

Text Example


Text Example

White with #D0C212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C212; }

 p { color: rgb(208,194,18); }

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

background-color css

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

 a { background-color: rgb(208,194,18); }

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

border-color css

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

 span { border-color: rgb(208,194,18); }

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