Html Css Color HEX #D5C198 Double Spanish White

📋 copy color: '#D5C198'

red 213 ◦ green 193 ◦ blue 152

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

Shades of Double Spanish White #D5C198

Tints of Double Spanish White #D5C198

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.59%

 BLUE value IS 152 (59.77% from 255) = 27.24%

R = 38.17%
G = 34.59%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D5C198 (or 0xD5C198) is known color: Double Spanish White. HEX triplet: D5, C1 and 98. RGB value is (213,193,152). Sum of RGB (Red+Green+Blue) = 213+193+152=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 193 (75.78% from 255 or 34.59% from 558); Blue value is 152 (59.77% from 255 or 27.24% from 558); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C198 is #2A3E67. Grayscale: #C2C2C2. Windows color (decimal): -2768488 or 10011093. OLE color: 10011093.

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

Color convert

RGB 213 193 152 -
CMYK 0 0.09 0.29 0.16
HSL 40.33º 0.42% 0.72% -
HSV(B) 40.33º 0.29% 0.84% -
XYZ 52.18 54.55 37.49 -
YUV 194.31 104.13 141.33 -
System Red Green Blue C M Y K H S L
Decimal 213 193 152 0 0.09 0.29 0.16 40.33 0.42 0.72
Hex D5 C1 98 0 9 1D 10 28 2A 48
Octal 325 301 230 0 11 35 20 50 52 110
Binary 11010101 11000001 10011000 0 1001 11101 10000 101000 101010 1001000

Color Harmonies of #D5C198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C198

Black with #D5C198

Text Example


Text Example

White with #D5C198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C198; }

 p { color: rgb(213,193,152); }

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

background-color css

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

 a { background-color: rgb(213,193,152); }

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

border-color css

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

 span { border-color: rgb(213,193,152); }

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