Html Css Color HEX #D2C50C Bird Flower

📋 copy color: '#D2C50C'

red 210 ◦ green 197 ◦ blue 12

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

Shades of Bird Flower #D2C50C

Tints of Bird Flower #D2C50C

RGB

 RED value IS 210 (82.42% from 255) = 50.12%

 GREEN value IS 197 (77.34% from 255) = 47.02%

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

R = 50.12%
G = 47.02%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2C50C (or 0xD2C50C) is known color: Bird Flower. HEX triplet: D2, C5 and 0C. RGB value is (210,197,12). Sum of RGB (Red+Green+Blue) = 210+197+12=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 12 (5.08% from 255 or 2.86% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C50C is #2D3AF3. Grayscale: #B4B4B4. Windows color (decimal): -2964212 or 837074. OLE color: 837074.

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

Color convert

RGB 210 197 12 -
CMYK 0 0.06 0.94 0.18
HSL 56.06º 0.89% 0.44% -
HSV(B) 56.06º 0.94% 0.82% -
XYZ 46.61 53.66 8.25 -
YUV 179.8 33.31 149.54 -
System Red Green Blue C M Y K H S L
Decimal 210 197 12 0 0.06 0.94 0.18 56.06 0.89 0.44
Hex D2 C5 C 0 6 5E 12 38 59 2C
Octal 322 305 14 0 6 136 22 70 131 54
Binary 11010010 11000101 1100 0 110 1011110 10010 111000 1011001 101100

Color Harmonies of #D2C50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C50C

Black with #D2C50C

Text Example


Text Example

White with #D2C50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C50C; }

 p { color: rgb(210,197,12); }

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

background-color css

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

 a { background-color: rgb(210,197,12); }

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

border-color css

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

 span { border-color: rgb(210,197,12); }

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