Html Css Color HEX #DCC99C Raffia

📋 copy color: '#DCC99C'

red 220 ◦ green 201 ◦ blue 156

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

Shades of Raffia #DCC99C

Tints of Raffia #DCC99C

RGB

 RED value IS 220 (86.33% from 255) = 38.13%

 GREEN value IS 201 (78.91% from 255) = 34.84%

 BLUE value IS 156 (61.33% from 255) = 27.04%

R = 38.13%
G = 34.84%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DCC99C (or 0xDCC99C) is known color: Raffia. HEX triplet: DC, C9 and 9C. RGB value is (220,201,156). Sum of RGB (Red+Green+Blue) = 220+201+156=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 201 (78.91% from 255 or 34.84% from 577); Blue value is 156 (61.33% from 255 or 27.04% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC99C is #233663. Grayscale: #C9C9C9. Windows color (decimal): -2307684 or 10275292. OLE color: 10275292.

HSL color Cylindrical-coordinate representation of color #DCC99C: hue angle of 42.19º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCC99C is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 201 156 -
CMYK 0 0.09 0.29 0.14
HSL 42.19º 0.48% 0.74% -
HSV(B) 42.19º 0.29% 0.86% -
XYZ 56.4 59.39 39.94 -
YUV 201.55 102.29 141.16 -
System Red Green Blue C M Y K H S L
Decimal 220 201 156 0 0.09 0.29 0.14 42.19 0.48 0.74
Hex DC C9 9C 0 9 1D E 2A 30 4A
Octal 334 311 234 0 11 35 16 52 60 112
Binary 11011100 11001001 10011100 0 1001 11101 1110 101010 110000 1001010

Color Harmonies of #DCC99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC99C

Black with #DCC99C

Text Example


Text Example

White with #DCC99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC99C; }

 p { color: rgb(220,201,156); }

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

background-color css

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

 a { background-color: rgb(220,201,156); }

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

border-color css

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

 span { border-color: rgb(220,201,156); }

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