Html Css Color HEX #D5A680 Cameo

📋 copy color: '#D5A680'

red 213 ◦ green 166 ◦ blue 128

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

Shades of Cameo #D5A680

Tints of Cameo #D5A680

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.74%

 BLUE value IS 128 (50.39% from 255) = 25.25%

R = 42.01%
G = 32.74%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D5A680 (or 0xD5A680) is known color: Cameo. HEX triplet: D5, A6 and 80. RGB value is (213,166,128). Sum of RGB (Red+Green+Blue) = 213+166+128=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A680 is #2A597F. Grayscale: #AFAFAF. Windows color (decimal): -2775424 or 8431317. OLE color: 8431317.

HSL color Cylindrical-coordinate representation of color #D5A680: hue angle of 26.82º degrees, saturation: 0.5, 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 #D5A680 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 166 128 -
CMYK 0 0.22 0.40 0.16
HSL 26.82º 0.5% 0.67% -
HSV(B) 26.82º 0.4% 0.84% -
XYZ 44.97 42.98 26.35 -
YUV 175.72 101.07 154.59 -
System Red Green Blue C M Y K H S L
Decimal 213 166 128 0 0.22 0.40 0.16 26.82 0.5 0.67
Hex D5 A6 80 0 16 28 10 1B 32 43
Octal 325 246 200 0 26 50 20 33 62 103
Binary 11010101 10100110 10000000 0 10110 101000 10000 11011 110010 1000011

Color Harmonies of #D5A680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A680

Black with #D5A680

Text Example


Text Example

White with #D5A680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A680; }

 p { color: rgb(213,166,128); }

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

background-color css

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

 a { background-color: rgb(213,166,128); }

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

border-color css

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

 span { border-color: rgb(213,166,128); }

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