Html Css Color HEX #D1A174 Cameo

📋 copy color: '#D1A174'

red 209 ◦ green 161 ◦ blue 116

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

Shades of Cameo #D1A174

Tints of Cameo #D1A174

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.13%

 BLUE value IS 116 (45.7% from 255) = 23.87%

R = 43%
G = 33.13%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D1A174 (or 0xD1A174) is known color: Cameo. HEX triplet: D1, A1 and 74. RGB value is (209,161,116). Sum of RGB (Red+Green+Blue) = 209+161+116=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A174 is #2E5E8B. Grayscale: #AAAAAA. Windows color (decimal): -3038860 or 7643601. OLE color: 7643601.

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

Color convert

RGB 209 161 116 -
CMYK 0 0.23 0.44 0.18
HSL 29.03º 0.5% 0.64% -
HSV(B) 29.03º 0.44% 0.82% -
XYZ 42.19 40.31 22.08 -
YUV 170.22 97.4 155.66 -
System Red Green Blue C M Y K H S L
Decimal 209 161 116 0 0.23 0.44 0.18 29.03 0.5 0.64
Hex D1 A1 74 0 17 2C 12 1D 32 40
Octal 321 241 164 0 27 54 22 35 62 100
Binary 11010001 10100001 1110100 0 10111 101100 10010 11101 110010 1000000

Color Harmonies of #D1A174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A174

Black with #D1A174

Text Example


Text Example

White with #D1A174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A174; }

 p { color: rgb(209,161,116); }

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

background-color css

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

 a { background-color: rgb(209,161,116); }

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

border-color css

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

 span { border-color: rgb(209,161,116); }

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