Html Css Color HEX #D1CA72 Deco

📋 copy color: '#D1CA72'

red 209 ◦ green 202 ◦ blue 114

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

Shades of Deco #D1CA72

Tints of Deco #D1CA72

RGB

 RED value IS 209 (82.03% from 255) = 39.81%

 GREEN value IS 202 (79.3% from 255) = 38.48%

 BLUE value IS 114 (44.92% from 255) = 21.71%

R = 39.81%
G = 38.48%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D1CA72 (or 0xD1CA72) is known color: Deco. HEX triplet: D1, CA and 72. RGB value is (209,202,114). Sum of RGB (Red+Green+Blue) = 209+202+114=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 114 (44.92% from 255 or 21.71% from 525); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CA72 is #2E358D. Grayscale: #C2C2C2. Windows color (decimal): -3028366 or 7523025. OLE color: 7523025.

HSL color Cylindrical-coordinate representation of color #D1CA72: hue angle of 55.58º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D1CA72 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 202 114 -
CMYK 0 0.03 0.45 0.18
HSL 55.58º 0.51% 0.63% -
HSV(B) 55.58º 0.45% 0.82% -
XYZ 50.45 57.01 24.26 -
YUV 194.06 82.82 138.66 -
System Red Green Blue C M Y K H S L
Decimal 209 202 114 0 0.03 0.45 0.18 55.58 0.51 0.63
Hex D1 CA 72 0 3 2D 12 38 33 3F
Octal 321 312 162 0 3 55 22 70 63 77
Binary 11010001 11001010 1110010 0 11 101101 10010 111000 110011 111111

Color Harmonies of #D1CA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CA72

Black with #D1CA72

Text Example


Text Example

White with #D1CA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CA72; }

 p { color: rgb(209,202,114); }

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

background-color css

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

 a { background-color: rgb(209,202,114); }

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

border-color css

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

 span { border-color: rgb(209,202,114); }

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