Html Css Color HEX #D4A785 Cameo

📋 copy color: '#D4A785'

red 212 ◦ green 167 ◦ blue 133

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

Shades of Cameo #D4A785

Tints of Cameo #D4A785

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.62%

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

R = 41.41%
G = 32.62%
B = 25.98%

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

#D4A785 (or 0xD4A785) is known color: Cameo. HEX triplet: D4, A7 and 85. RGB value is (212,167,133). Sum of RGB (Red+Green+Blue) = 212+167+133=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 167 (65.62% from 255 or 32.62% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A785 is #2B587A. Grayscale: #B0B0B0. Windows color (decimal): -2840699 or 8759252. OLE color: 8759252.

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

Color convert

RGB 212 167 133 -
CMYK 0 0.21 0.37 0.17
HSL 25.82º 0.48% 0.68% -
HSV(B) 25.82º 0.37% 0.83% -
XYZ 45.2 43.33 28.17 -
YUV 176.58 103.41 153.26 -
System Red Green Blue C M Y K H S L
Decimal 212 167 133 0 0.21 0.37 0.17 25.82 0.48 0.68
Hex D4 A7 85 0 15 25 11 1A 30 44
Octal 324 247 205 0 25 45 21 32 60 104
Binary 11010100 10100111 10000101 0 10101 100101 10001 11010 110000 1000100

Color Harmonies of #D4A785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A785

Black with #D4A785

Text Example


Text Example

White with #D4A785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A785; }

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

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

background-color css

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

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

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

border-color css

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

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

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