Html Css Color HEX #D4A385 Cameo

📋 copy color: '#D4A385'

red 212 ◦ green 163 ◦ blue 133

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

Shades of Cameo #D4A385

Tints of Cameo #D4A385

RGB

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

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

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

R = 41.73%
G = 32.09%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D4A385 (or 0xD4A385) is known color: Cameo. HEX triplet: D4, A3 and 85. RGB value is (212,163,133). Sum of RGB (Red+Green+Blue) = 212+163+133=508 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.73% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A385 is #2B5C7A. Grayscale: #AEAEAE. Windows color (decimal): -2841723 or 8758228. OLE color: 8758228.

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

Color convert

RGB 212 163 133 -
CMYK 0 0.23 0.37 0.17
HSL 22.78º 0.48% 0.68% -
HSV(B) 22.78º 0.37% 0.83% -
XYZ 44.48 41.88 27.93 -
YUV 174.23 104.73 154.94 -
System Red Green Blue C M Y K H S L
Decimal 212 163 133 0 0.23 0.37 0.17 22.78 0.48 0.68
Hex D4 A3 85 0 17 25 11 17 30 44
Octal 324 243 205 0 27 45 21 27 60 104
Binary 11010100 10100011 10000101 0 10111 100101 10001 10111 110000 1000100

Color Harmonies of #D4A385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A385

Black with #D4A385

Text Example


Text Example

White with #D4A385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A385; }

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

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

background-color css

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

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

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

border-color css

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

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

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