Html Css Color HEX #D5A57C Cameo

📋 copy color: '#D5A57C'

red 213 ◦ green 165 ◦ blue 124

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

Shades of Cameo #D5A57C

Tints of Cameo #D5A57C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.87%

 BLUE value IS 124 (48.83% from 255) = 24.7%

R = 42.43%
G = 32.87%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5A57C (or 0xD5A57C) is known color: Cameo. HEX triplet: D5, A5 and 7C. RGB value is (213,165,124). Sum of RGB (Red+Green+Blue) = 213+165+124=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 165 (64.84% from 255 or 32.87% from 502); Blue value is 124 (48.83% from 255 or 24.70% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A57C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A57C is #2A5A83. Grayscale: #AEAEAE. Windows color (decimal): -2775684 or 8168917. OLE color: 8168917.

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

Color convert

RGB 213 165 124 -
CMYK 0 0.23 0.42 0.16
HSL 27.64º 0.51% 0.66% -
HSV(B) 27.64º 0.42% 0.84% -
XYZ 44.53 42.51 24.93 -
YUV 174.68 99.4 155.33 -
System Red Green Blue C M Y K H S L
Decimal 213 165 124 0 0.23 0.42 0.16 27.64 0.51 0.66
Hex D5 A5 7C 0 17 2A 10 1C 33 42
Octal 325 245 174 0 27 52 20 34 63 102
Binary 11010101 10100101 1111100 0 10111 101010 10000 11100 110011 1000010

Color Harmonies of #D5A57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A57C

Black with #D5A57C

Text Example


Text Example

White with #D5A57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A57C; }

 p { color: rgb(213,165,124); }

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

background-color css

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

 a { background-color: rgb(213,165,124); }

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

border-color css

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

 span { border-color: rgb(213,165,124); }

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