Html Css Color HEX #D2C00F Bird Flower

📋 copy color: '#D2C00F'

red 210 ◦ green 192 ◦ blue 15

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

Shades of Bird Flower #D2C00F

Tints of Bird Flower #D2C00F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.04%

 BLUE value IS 15 (6.25% from 255) = 3.6%

R = 50.36%
G = 46.04%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D2C00F (or 0xD2C00F) is known color: Bird Flower. HEX triplet: D2, C0 and 0F. RGB value is (210,192,15). Sum of RGB (Red+Green+Blue) = 210+192+15=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 15 (6.25% from 255 or 3.60% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C00F is #2D3FF0. Grayscale: #B1B1B1. Windows color (decimal): -2965489 or 1032402. OLE color: 1032402.

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

Color convert

RGB 210 192 15 -
CMYK 0 0.09 0.93 0.18
HSL 54.46º 0.87% 0.44% -
HSV(B) 54.46º 0.93% 0.82% -
XYZ 45.51 51.44 7.98 -
YUV 177.2 36.46 151.39 -
System Red Green Blue C M Y K H S L
Decimal 210 192 15 0 0.09 0.93 0.18 54.46 0.87 0.44
Hex D2 C0 F 0 9 5D 12 36 57 2C
Octal 322 300 17 0 11 135 22 66 127 54
Binary 11010010 11000000 1111 0 1001 1011101 10010 110110 1010111 101100

Color Harmonies of #D2C00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C00F

Black with #D2C00F

Text Example


Text Example

White with #D2C00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C00F; }

 p { color: rgb(210,192,15); }

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

background-color css

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

 a { background-color: rgb(210,192,15); }

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

border-color css

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

 span { border-color: rgb(210,192,15); }

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