Html Css Color HEX #D5A57F Cameo

📋 copy color: '#D5A57F'

red 213 ◦ green 165 ◦ blue 127

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

Shades of Cameo #D5A57F

Tints of Cameo #D5A57F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.15%

R = 42.18%
G = 32.67%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D5A57F (or 0xD5A57F) is known color: Cameo. HEX triplet: D5, A5 and 7F. RGB value is (213,165,127). Sum of RGB (Red+Green+Blue) = 213+165+127=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 127 (50% from 255 or 25.15% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A57F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A57F is #2A5A80. Grayscale: #AFAFAF. Windows color (decimal): -2775681 or 8365525. OLE color: 8365525.

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

Color convert

RGB 213 165 127 -
CMYK 0 0.23 0.40 0.16
HSL 26.51º 0.51% 0.67% -
HSV(B) 26.51º 0.4% 0.84% -
XYZ 44.73 42.59 25.94 -
YUV 175.02 100.9 155.09 -
System Red Green Blue C M Y K H S L
Decimal 213 165 127 0 0.23 0.40 0.16 26.51 0.51 0.67
Hex D5 A5 7F 0 17 28 10 1B 33 43
Octal 325 245 177 0 27 50 20 33 63 103
Binary 11010101 10100101 1111111 0 10111 101000 10000 11011 110011 1000011

Color Harmonies of #D5A57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A57F

Black with #D5A57F

Text Example


Text Example

White with #D5A57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A57F; }

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

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

background-color css

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

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

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

border-color css

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

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

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