Html Css Color HEX #DCC99E Raffia

📋 copy color: '#DCC99E'

red 220 ◦ green 201 ◦ blue 158

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

Shades of Raffia #DCC99E

Tints of Raffia #DCC99E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.29%

R = 38%
G = 34.72%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DCC99E (or 0xDCC99E) is known color: Raffia. HEX triplet: DC, C9 and 9E. RGB value is (220,201,158). Sum of RGB (Red+Green+Blue) = 220+201+158=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 201 (78.91% from 255 or 34.72% from 579); Blue value is 158 (62.11% from 255 or 27.29% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC99E is #233661. Grayscale: #C9C9C9. Windows color (decimal): -2307682 or 10406364. OLE color: 10406364.

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

Color convert

RGB 220 201 158 -
CMYK 0 0.09 0.28 0.14
HSL 41.61º 0.47% 0.74% -
HSV(B) 41.61º 0.28% 0.86% -
XYZ 56.57 59.46 40.84 -
YUV 201.78 103.29 141 -
System Red Green Blue C M Y K H S L
Decimal 220 201 158 0 0.09 0.28 0.14 41.61 0.47 0.74
Hex DC C9 9E 0 9 1C E 2A 2F 4A
Octal 334 311 236 0 11 34 16 52 57 112
Binary 11011100 11001001 10011110 0 1001 11100 1110 101010 101111 1001010

Color Harmonies of #DCC99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC99E

Black with #DCC99E

Text Example


Text Example

White with #DCC99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC99E; }

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

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

background-color css

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

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

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

border-color css

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

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

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