Html Css Color HEX #D2C70C Bird Flower

📋 copy color: '#D2C70C'

red 210 ◦ green 199 ◦ blue 12

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

Shades of Bird Flower #D2C70C

Tints of Bird Flower #D2C70C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.27%

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

R = 49.88%
G = 47.27%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2C70C (or 0xD2C70C) is known color: Bird Flower. HEX triplet: D2, C7 and 0C. RGB value is (210,199,12). Sum of RGB (Red+Green+Blue) = 210+199+12=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 199 (78.12% from 255 or 47.27% from 421); Blue value is 12 (5.08% from 255 or 2.85% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C70C is #2D38F3. Grayscale: #B5B5B5. Windows color (decimal): -2963700 or 837586. OLE color: 837586.

HSL color Cylindrical-coordinate representation of color #D2C70C: hue angle of 56.67º 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 #D2C70C is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 199 12 -
CMYK 0 0.05 0.94 0.18
HSL 56.67º 0.89% 0.44% -
HSV(B) 56.67º 0.94% 0.82% -
XYZ 47.07 54.58 8.4 -
YUV 180.97 32.64 148.71 -
System Red Green Blue C M Y K H S L
Decimal 210 199 12 0 0.05 0.94 0.18 56.67 0.89 0.44
Hex D2 C7 C 0 5 5E 12 39 59 2C
Octal 322 307 14 0 5 136 22 71 131 54
Binary 11010010 11000111 1100 0 101 1011110 10010 111001 1011001 101100

Color Harmonies of #D2C70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C70C

Black with #D2C70C

Text Example


Text Example

White with #D2C70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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