Html Css Color HEX #D4A171 Cameo

📋 copy color: '#D4A171'

red 212 ◦ green 161 ◦ blue 113

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

Shades of Cameo #D4A171

Tints of Cameo #D4A171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.25%

R = 43.62%
G = 33.13%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D4A171 (or 0xD4A171) is known color: Cameo. HEX triplet: D4, A1 and 71. RGB value is (212,161,113). Sum of RGB (Red+Green+Blue) = 212+161+113=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A171 is #2B5E8E. Grayscale: #ABABAB. Windows color (decimal): -2842255 or 7446996. OLE color: 7446996.

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

Color convert

RGB 212 161 113 -
CMYK 0 0.24 0.47 0.17
HSL 29.09º 0.54% 0.64% -
HSV(B) 29.09º 0.47% 0.83% -
XYZ 42.88 40.68 21.21 -
YUV 170.78 95.4 157.4 -
System Red Green Blue C M Y K H S L
Decimal 212 161 113 0 0.24 0.47 0.17 29.09 0.54 0.64
Hex D4 A1 71 0 18 2F 11 1D 36 40
Octal 324 241 161 0 30 57 21 35 66 100
Binary 11010100 10100001 1110001 0 11000 101111 10001 11101 110110 1000000

Color Harmonies of #D4A171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A171

Black with #D4A171

Text Example


Text Example

White with #D4A171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A171; }

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

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

background-color css

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

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

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

border-color css

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

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

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