Html Css Color HEX #D4A175 Cameo

📋 copy color: '#D4A175'

red 212 ◦ green 161 ◦ blue 117

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

Shades of Cameo #D4A175

Tints of Cameo #D4A175

RGB

 RED value IS 212 (83.2% from 255) = 43.27%

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

 BLUE value IS 117 (46.09% from 255) = 23.88%

R = 43.27%
G = 32.86%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D4A175 (or 0xD4A175) is known color: Cameo. HEX triplet: D4, A1 and 75. RGB value is (212,161,117). Sum of RGB (Red+Green+Blue) = 212+161+117=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A175 is #2B5E8A. Grayscale: #ABABAB. Windows color (decimal): -2842251 or 7709140. OLE color: 7709140.

HSL color Cylindrical-coordinate representation of color #D4A175: hue angle of 27.79º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4A175 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 161 117 -
CMYK 0 0.24 0.45 0.17
HSL 27.79º 0.52% 0.65% -
HSV(B) 27.79º 0.45% 0.83% -
XYZ 43.11 40.77 22.43 -
YUV 171.23 97.4 157.08 -
System Red Green Blue C M Y K H S L
Decimal 212 161 117 0 0.24 0.45 0.17 27.79 0.52 0.65
Hex D4 A1 75 0 18 2D 11 1C 34 41
Octal 324 241 165 0 30 55 21 34 64 101
Binary 11010100 10100001 1110101 0 11000 101101 10001 11100 110100 1000001

Color Harmonies of #D4A175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A175

Black with #D4A175

Text Example


Text Example

White with #D4A175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A175; }

 p { color: rgb(212,161,117); }

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

background-color css

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

 a { background-color: rgb(212,161,117); }

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

border-color css

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

 span { border-color: rgb(212,161,117); }

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