Html Css Color HEX #D2C210 Bird Flower

📋 copy color: '#D2C210'

red 210 ◦ green 194 ◦ blue 16

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

Shades of Bird Flower #D2C210

Tints of Bird Flower #D2C210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.81%

R = 50%
G = 46.19%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D2C210 (or 0xD2C210) is known color: Bird Flower. HEX triplet: D2, C2 and 10. RGB value is (210,194,16). Sum of RGB (Red+Green+Blue) = 210+194+16=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 16 (6.64% from 255 or 3.81% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C210 is #2D3DEF. Grayscale: #B3B3B3. Windows color (decimal): -2964976 or 1098450. OLE color: 1098450.

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

Color convert

RGB 210 194 16 -
CMYK 0 0.08 0.92 0.18
HSL 55.05º 0.86% 0.44% -
HSV(B) 55.05º 0.92% 0.82% -
XYZ 45.96 52.32 8.17 -
YUV 178.49 36.3 150.47 -
System Red Green Blue C M Y K H S L
Decimal 210 194 16 0 0.08 0.92 0.18 55.05 0.86 0.44
Hex D2 C2 10 0 8 5C 12 37 56 2C
Octal 322 302 20 0 10 134 22 67 126 54
Binary 11010010 11000010 10000 0 1000 1011100 10010 110111 1010110 101100

Color Harmonies of #D2C210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C210

Black with #D2C210

Text Example


Text Example

White with #D2C210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C210; }

 p { color: rgb(210,194,16); }

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

background-color css

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

 a { background-color: rgb(210,194,16); }

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

border-color css

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

 span { border-color: rgb(210,194,16); }

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