Html Css Color HEX #D5C2A6 Soft Amber

📋 copy color: '#D5C2A6'

red 213 ◦ green 194 ◦ blue 166

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

Shades of Soft Amber #D5C2A6

Tints of Soft Amber #D5C2A6

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.86%

 BLUE value IS 166 (65.23% from 255) = 28.97%

R = 37.17%
G = 33.86%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D5C2A6 (or 0xD5C2A6) is known color: Soft Amber. HEX triplet: D5, C2 and A6. RGB value is (213,194,166). Sum of RGB (Red+Green+Blue) = 213+194+166=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 166 (65.23% from 255 or 28.97% from 573); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C2A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C2A6 is #2A3D59. Grayscale: #C4C4C4. Windows color (decimal): -2768218 or 10928853. OLE color: 10928853.

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

Color convert

RGB 213 194 166 -
CMYK 0 0.09 0.22 0.16
HSL 35.74º 0.36% 0.74% -
HSV(B) 35.74º 0.22% 0.84% -
XYZ 53.62 55.48 43.96 -
YUV 196.49 110.79 139.78 -
System Red Green Blue C M Y K H S L
Decimal 213 194 166 0 0.09 0.22 0.16 35.74 0.36 0.74
Hex D5 C2 A6 0 9 16 10 24 24 4A
Octal 325 302 246 0 11 26 20 44 44 112
Binary 11010101 11000010 10100110 0 1001 10110 10000 100100 100100 1001010

Color Harmonies of #D5C2A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C2A6

Black with #D5C2A6

Text Example


Text Example

White with #D5C2A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C2A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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