Html Css Color HEX #D4A885 Cameo

📋 copy color: '#D4A885'

red 212 ◦ green 168 ◦ blue 133

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

Shades of Cameo #D4A885

Tints of Cameo #D4A885

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.75%

 BLUE value IS 133 (52.34% from 255) = 25.93%

R = 41.33%
G = 32.75%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D4A885 (or 0xD4A885) is known color: Cameo. HEX triplet: D4, A8 and 85. RGB value is (212,168,133). Sum of RGB (Red+Green+Blue) = 212+168+133=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A885 is #2B577A. Grayscale: #B1B1B1. Windows color (decimal): -2840443 or 8759508. OLE color: 8759508.

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

Color convert

RGB 212 168 133 -
CMYK 0 0.21 0.37 0.17
HSL 26.58º 0.48% 0.68% -
HSV(B) 26.58º 0.37% 0.83% -
XYZ 45.39 43.7 28.23 -
YUV 177.17 103.08 152.85 -
System Red Green Blue C M Y K H S L
Decimal 212 168 133 0 0.21 0.37 0.17 26.58 0.48 0.68
Hex D4 A8 85 0 15 25 11 1B 30 44
Octal 324 250 205 0 25 45 21 33 60 104
Binary 11010100 10101000 10000101 0 10101 100101 10001 11011 110000 1000100

Color Harmonies of #D4A885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A885

Black with #D4A885

Text Example


Text Example

White with #D4A885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A885; }

 p { color: rgb(212,168,133); }

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

background-color css

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

 a { background-color: rgb(212,168,133); }

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

border-color css

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

 span { border-color: rgb(212,168,133); }

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