Html Css Color HEX #D2C20D Bird Flower

📋 copy color: '#D2C20D'

red 210 ◦ green 194 ◦ blue 13

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

Shades of Bird Flower #D2C20D

Tints of Bird Flower #D2C20D

RGB

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

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

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

R = 50.36%
G = 46.52%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2C20D (or 0xD2C20D) is known color: Bird Flower. HEX triplet: D2, C2 and 0D. RGB value is (210,194,13). Sum of RGB (Red+Green+Blue) = 210+194+13=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 13 (5.47% from 255 or 3.12% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C20D is #2D3DF2. Grayscale: #B2B2B2. Windows color (decimal): -2964979 or 901842. OLE color: 901842.

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

Color convert

RGB 210 194 13 -
CMYK 0 0.08 0.94 0.18
HSL 55.13º 0.88% 0.44% -
HSV(B) 55.13º 0.94% 0.82% -
XYZ 45.94 52.31 8.06 -
YUV 178.15 34.8 150.72 -
System Red Green Blue C M Y K H S L
Decimal 210 194 13 0 0.08 0.94 0.18 55.13 0.88 0.44
Hex D2 C2 D 0 8 5E 12 37 58 2C
Octal 322 302 15 0 10 136 22 67 130 54
Binary 11010010 11000010 1101 0 1000 1011110 10010 110111 1011000 101100

Color Harmonies of #D2C20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C20D

Black with #D2C20D

Text Example


Text Example

White with #D2C20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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