Html Css Color HEX #D5A683 Cameo

📋 copy color: '#D5A683'

red 213 ◦ green 166 ◦ blue 131

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

Shades of Cameo #D5A683

Tints of Cameo #D5A683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.69%

R = 41.76%
G = 32.55%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D5A683 (or 0xD5A683) is known color: Cameo. HEX triplet: D5, A6 and 83. RGB value is (213,166,131). Sum of RGB (Red+Green+Blue) = 213+166+131=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 131 (51.56% from 255 or 25.69% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A683 is #2A597C. Grayscale: #B0B0B0. Windows color (decimal): -2775421 or 8627925. OLE color: 8627925.

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

Color convert

RGB 213 166 131 -
CMYK 0 0.22 0.38 0.16
HSL 25.61º 0.49% 0.67% -
HSV(B) 25.61º 0.38% 0.84% -
XYZ 45.17 43.06 27.4 -
YUV 176.06 102.57 154.35 -
System Red Green Blue C M Y K H S L
Decimal 213 166 131 0 0.22 0.38 0.16 25.61 0.49 0.67
Hex D5 A6 83 0 16 26 10 1A 31 43
Octal 325 246 203 0 26 46 20 32 61 103
Binary 11010101 10100110 10000011 0 10110 100110 10000 11010 110001 1000011

Color Harmonies of #D5A683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A683

Black with #D5A683

Text Example


Text Example

White with #D5A683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A683; }

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

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

background-color css

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

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

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

border-color css

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

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

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