Html Css Color HEX #D2C20F Bird Flower

📋 copy color: '#D2C20F'

red 210 ◦ green 194 ◦ blue 15

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

Shades of Bird Flower #D2C20F

Tints of Bird Flower #D2C20F

RGB

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

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

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

R = 50.12%
G = 46.3%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D2C20F (or 0xD2C20F) is known color: Bird Flower. HEX triplet: D2, C2 and 0F. RGB value is (210,194,15). Sum of RGB (Red+Green+Blue) = 210+194+15=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 15 (6.25% from 255 or 3.58% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C20F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C20F is #2D3DF0. Grayscale: #B3B3B3. Windows color (decimal): -2964977 or 1032914. OLE color: 1032914.

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

Color convert

RGB 210 194 15 -
CMYK 0 0.08 0.93 0.18
HSL 55.08º 0.87% 0.44% -
HSV(B) 55.08º 0.93% 0.82% -
XYZ 45.96 52.32 8.13 -
YUV 178.38 35.8 150.55 -
System Red Green Blue C M Y K H S L
Decimal 210 194 15 0 0.08 0.93 0.18 55.08 0.87 0.44
Hex D2 C2 F 0 8 5D 12 37 57 2C
Octal 322 302 17 0 10 135 22 67 127 54
Binary 11010010 11000010 1111 0 1000 1011101 10010 110111 1010111 101100

Color Harmonies of #D2C20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C20F

Black with #D2C20F

Text Example


Text Example

White with #D2C20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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