Html Css Color HEX #D2C70D Bird Flower

📋 copy color: '#D2C70D'

red 210 ◦ green 199 ◦ blue 13

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

Shades of Bird Flower #D2C70D

Tints of Bird Flower #D2C70D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.08%

R = 49.76%
G = 47.16%
B = 3.08%

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

#D2C70D (or 0xD2C70D) is known color: Bird Flower. HEX triplet: D2, C7 and 0D. RGB value is (210,199,13). Sum of RGB (Red+Green+Blue) = 210+199+13=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 199 (78.12% from 255 or 47.16% from 422); Blue value is 13 (5.47% from 255 or 3.08% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C70D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C70D is #2D38F2. Grayscale: #B5B5B5. Windows color (decimal): -2963699 or 903122. OLE color: 903122.

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

Color convert

RGB 210 199 13 -
CMYK 0 0.05 0.94 0.18
HSL 56.65º 0.88% 0.44% -
HSV(B) 56.65º 0.94% 0.82% -
XYZ 47.07 54.58 8.43 -
YUV 181.09 33.14 148.62 -
System Red Green Blue C M Y K H S L
Decimal 210 199 13 0 0.05 0.94 0.18 56.65 0.88 0.44
Hex D2 C7 D 0 5 5E 12 39 58 2C
Octal 322 307 15 0 5 136 22 71 130 54
Binary 11010010 11000111 1101 0 101 1011110 10010 111001 1011000 101100

Color Harmonies of #D2C70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C70D

Black with #D2C70D

Text Example


Text Example

White with #D2C70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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