Html Css Color HEX #D4A587 Cameo

📋 copy color: '#D4A587'

red 212 ◦ green 165 ◦ blue 135

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

Shades of Cameo #D4A587

Tints of Cameo #D4A587

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.23%

 BLUE value IS 135 (53.13% from 255) = 26.37%

R = 41.41%
G = 32.23%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#D4A587 (or 0xD4A587) is known color: Cameo. HEX triplet: D4, A5 and 87. RGB value is (212,165,135). Sum of RGB (Red+Green+Blue) = 212+165+135=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 135 (53.12% from 255 or 26.37% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A587 is #2B5A78. Grayscale: #AFAFAF. Windows color (decimal): -2841209 or 8889812. OLE color: 8889812.

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

Color convert

RGB 212 165 135 -
CMYK 0 0.22 0.36 0.17
HSL 23.38º 0.47% 0.68% -
HSV(B) 23.38º 0.36% 0.83% -
XYZ 44.98 42.66 28.78 -
YUV 175.63 105.07 153.94 -
System Red Green Blue C M Y K H S L
Decimal 212 165 135 0 0.22 0.36 0.17 23.38 0.47 0.68
Hex D4 A5 87 0 16 24 11 17 2F 44
Octal 324 245 207 0 26 44 21 27 57 104
Binary 11010100 10100101 10000111 0 10110 100100 10001 10111 101111 1000100

Color Harmonies of #D4A587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A587

Black with #D4A587

Text Example


Text Example

White with #D4A587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A587; }

 p { color: rgb(212,165,135); }

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

background-color css

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

 a { background-color: rgb(212,165,135); }

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

border-color css

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

 span { border-color: rgb(212,165,135); }

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