Html Css Color HEX #D4A387 Cameo

📋 copy color: '#D4A387'

red 212 ◦ green 163 ◦ blue 135

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

Shades of Cameo #D4A387

Tints of Cameo #D4A387

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.96%

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

R = 41.57%
G = 31.96%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#D4A387 (or 0xD4A387) is known color: Cameo. HEX triplet: D4, A3 and 87. RGB value is (212,163,135). Sum of RGB (Red+Green+Blue) = 212+163+135=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 135 (53.12% from 255 or 26.47% from 510); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A387 is #2B5C78. Grayscale: #AEAEAE. Windows color (decimal): -2841721 or 8889300. OLE color: 8889300.

HSL color Cylindrical-coordinate representation of color #D4A387: hue angle of 21.82º 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 #D4A387 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 163 135 -
CMYK 0 0.23 0.36 0.17
HSL 21.82º 0.47% 0.68% -
HSV(B) 21.82º 0.36% 0.83% -
XYZ 44.62 41.94 28.67 -
YUV 174.46 105.73 154.78 -
System Red Green Blue C M Y K H S L
Decimal 212 163 135 0 0.23 0.36 0.17 21.82 0.47 0.68
Hex D4 A3 87 0 17 24 11 16 2F 44
Octal 324 243 207 0 27 44 21 26 57 104
Binary 11010100 10100011 10000111 0 10111 100100 10001 10110 101111 1000100

Color Harmonies of #D4A387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A387

Black with #D4A387

Text Example


Text Example

White with #D4A387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A387; }

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

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

background-color css

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

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

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

border-color css

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

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

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