Html Css Color HEX #D5A77D Cameo

📋 copy color: '#D5A77D'

red 213 ◦ green 167 ◦ blue 125

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

Shades of Cameo #D5A77D

Tints of Cameo #D5A77D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.75%

R = 42.18%
G = 33.07%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D5A77D (or 0xD5A77D) is known color: Cameo. HEX triplet: D5, A7 and 7D. RGB value is (213,167,125). Sum of RGB (Red+Green+Blue) = 213+167+125=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A77D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A77D is #2A5882. Grayscale: #B0B0B0. Windows color (decimal): -2775171 or 8234965. OLE color: 8234965.

HSL color Cylindrical-coordinate representation of color #D5A77D: hue angle of 28.64º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D5A77D is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 167 125 -
CMYK 0 0.22 0.41 0.16
HSL 28.64º 0.51% 0.66% -
HSV(B) 28.64º 0.41% 0.84% -
XYZ 44.96 43.26 25.38 -
YUV 175.97 99.24 154.42 -
System Red Green Blue C M Y K H S L
Decimal 213 167 125 0 0.22 0.41 0.16 28.64 0.51 0.66
Hex D5 A7 7D 0 16 29 10 1D 33 42
Octal 325 247 175 0 26 51 20 35 63 102
Binary 11010101 10100111 1111101 0 10110 101001 10000 11101 110011 1000010

Color Harmonies of #D5A77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A77D

Black with #D5A77D

Text Example


Text Example

White with #D5A77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A77D; }

 p { color: rgb(213,167,125); }

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

background-color css

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

 a { background-color: rgb(213,167,125); }

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

border-color css

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

 span { border-color: rgb(213,167,125); }

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