Html Css Color HEX #D4A488 Cameo

📋 copy color: '#D4A488'

red 212 ◦ green 164 ◦ blue 136

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

Shades of Cameo #D4A488

Tints of Cameo #D4A488

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.03%

 BLUE value IS 136 (53.52% from 255) = 26.56%

R = 41.41%
G = 32.03%
B = 26.56%

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

#D4A488 (or 0xD4A488) is known color: Cameo. HEX triplet: D4, A4 and 88. RGB value is (212,164,136). Sum of RGB (Red+Green+Blue) = 212+164+136=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 164 (64.45% from 255 or 32.03% from 512); Blue value is 136 (53.52% from 255 or 26.56% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A488 is #2B5B77. Grayscale: #AFAFAF. Windows color (decimal): -2841464 or 8955092. OLE color: 8955092.

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

Color convert

RGB 212 164 136 -
CMYK 0 0.23 0.36 0.17
HSL 22.11º 0.47% 0.68% -
HSV(B) 22.11º 0.36% 0.83% -
XYZ 44.87 42.33 29.1 -
YUV 175.16 105.9 154.28 -
System Red Green Blue C M Y K H S L
Decimal 212 164 136 0 0.23 0.36 0.17 22.11 0.47 0.68
Hex D4 A4 88 0 17 24 11 16 2F 44
Octal 324 244 210 0 27 44 21 26 57 104
Binary 11010100 10100100 10001000 0 10111 100100 10001 10110 101111 1000100

Color Harmonies of #D4A488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A488

Black with #D4A488

Text Example


Text Example

White with #D4A488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A488; }

 p { color: rgb(212,164,136); }

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

background-color css

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

 a { background-color: rgb(212,164,136); }

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

border-color css

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

 span { border-color: rgb(212,164,136); }

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