Html Css Color HEX #D0C199 Double Spanish White

📋 copy color: '#D0C199'

red 208 ◦ green 193 ◦ blue 153

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

Shades of Double Spanish White #D0C199

Tints of Double Spanish White #D0C199

RGB

 RED value IS 208 (81.64% from 255) = 37.55%

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

 BLUE value IS 153 (60.16% from 255) = 27.62%

R = 37.55%
G = 34.84%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D0C199 (or 0xD0C199) is known color: Double Spanish White. HEX triplet: D0, C1 and 99. RGB value is (208,193,153). Sum of RGB (Red+Green+Blue) = 208+193+153=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 153 (60.16% from 255 or 27.62% from 554); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C199 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C199 is #2F3E66. Grayscale: #C1C1C1. Windows color (decimal): -3096167 or 10076624. OLE color: 10076624.

HSL color Cylindrical-coordinate representation of color #D0C199: hue angle of 43.64º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0C199 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 193 153 -
CMYK 0 0.07 0.26 0.18
HSL 43.64º 0.37% 0.71% -
HSV(B) 43.64º 0.26% 0.82% -
XYZ 50.83 53.85 37.85 -
YUV 192.93 105.47 138.75 -
System Red Green Blue C M Y K H S L
Decimal 208 193 153 0 0.07 0.26 0.18 43.64 0.37 0.71
Hex D0 C1 99 0 7 1A 12 2C 25 47
Octal 320 301 231 0 7 32 22 54 45 107
Binary 11010000 11000001 10011001 0 111 11010 10010 101100 100101 1000111

Color Harmonies of #D0C199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C199

Black with #D0C199

Text Example


Text Example

White with #D0C199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C199; }

 p { color: rgb(208,193,153); }

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

background-color css

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

 a { background-color: rgb(208,193,153); }

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

border-color css

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

 span { border-color: rgb(208,193,153); }

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