Html Css Color HEX #D6C6AB Double Spanish White

📋 copy color: '#D6C6AB'

red 214 ◦ green 198 ◦ blue 171

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

Shades of Double Spanish White #D6C6AB

Tints of Double Spanish White #D6C6AB

RGB

 RED value IS 214 (83.98% from 255) = 36.71%

 GREEN value IS 198 (77.73% from 255) = 33.96%

 BLUE value IS 171 (67.19% from 255) = 29.33%

R = 36.71%
G = 33.96%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D6C6AB (or 0xD6C6AB) is known color: Double Spanish White. HEX triplet: D6, C6 and AB. RGB value is (214,198,171). Sum of RGB (Red+Green+Blue) = 214+198+171=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 198 (77.73% from 255 or 33.96% from 583); Blue value is 171 (67.19% from 255 or 29.33% from 583); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C6AB is #293954. Grayscale: #C7C7C7. Windows color (decimal): -2701653 or 11257558. OLE color: 11257558.

HSL color Cylindrical-coordinate representation of color #D6C6AB: hue angle of 37.67º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6C6AB is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 198 171 -
CMYK 0 0.07 0.20 0.16
HSL 37.67º 0.34% 0.75% -
HSV(B) 37.67º 0.2% 0.84% -
XYZ 55.28 57.62 46.74 -
YUV 199.71 111.8 138.2 -
System Red Green Blue C M Y K H S L
Decimal 214 198 171 0 0.07 0.20 0.16 37.67 0.34 0.75
Hex D6 C6 AB 0 7 14 10 26 22 4B
Octal 326 306 253 0 7 24 20 46 42 113
Binary 11010110 11000110 10101011 0 111 10100 10000 100110 100010 1001011

Color Harmonies of #D6C6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C6AB

Black with #D6C6AB

Text Example


Text Example

White with #D6C6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C6AB; }

 p { color: rgb(214,198,171); }

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

background-color css

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

 a { background-color: rgb(214,198,171); }

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

border-color css

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

 span { border-color: rgb(214,198,171); }

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