Html Css Color HEX #D5A879 Cameo

📋 copy color: '#D5A879'

red 213 ◦ green 168 ◦ blue 121

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

Shades of Cameo #D5A879

Tints of Cameo #D5A879

RGB

 RED value IS 213 (83.59% from 255) = 42.43%

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

 BLUE value IS 121 (47.66% from 255) = 24.1%

R = 42.43%
G = 33.47%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D5A879 (or 0xD5A879) is known color: Cameo. HEX triplet: D5, A8 and 79. RGB value is (213,168,121). Sum of RGB (Red+Green+Blue) = 213+168+121=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 168 (66.02% from 255 or 33.47% from 502); Blue value is 121 (47.66% from 255 or 24.10% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A879 is #2A5786. Grayscale: #B0B0B0. Windows color (decimal): -2774919 or 7973077. OLE color: 7973077.

HSL color Cylindrical-coordinate representation of color #D5A879: hue angle of 30.65º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5A879 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 168 121 -
CMYK 0 0.21 0.43 0.16
HSL 30.65º 0.52% 0.65% -
HSV(B) 30.65º 0.43% 0.84% -
XYZ 44.89 43.53 24.13 -
YUV 176.1 96.91 154.32 -
System Red Green Blue C M Y K H S L
Decimal 213 168 121 0 0.21 0.43 0.16 30.65 0.52 0.65
Hex D5 A8 79 0 15 2B 10 1F 34 41
Octal 325 250 171 0 25 53 20 37 64 101
Binary 11010101 10101000 1111001 0 10101 101011 10000 11111 110100 1000001

Color Harmonies of #D5A879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A879

Black with #D5A879

Text Example


Text Example

White with #D5A879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A879; }

 p { color: rgb(213,168,121); }

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

background-color css

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

 a { background-color: rgb(213,168,121); }

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

border-color css

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

 span { border-color: rgb(213,168,121); }

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