Html Css Color HEX #DCC399 Raffia

📋 copy color: '#DCC399'

red 220 ◦ green 195 ◦ blue 153

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

Shades of Raffia #DCC399

Tints of Raffia #DCC399

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.33%

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

R = 38.73%
G = 34.33%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DCC399 (or 0xDCC399) is known color: Raffia. HEX triplet: DC, C3 and 99. RGB value is (220,195,153). Sum of RGB (Red+Green+Blue) = 220+195+153=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 195 (76.56% from 255 or 34.33% from 568); Blue value is 153 (60.16% from 255 or 26.94% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC399 is #233C66. Grayscale: #C5C5C5. Windows color (decimal): -2309223 or 10077148. OLE color: 10077148.

HSL color Cylindrical-coordinate representation of color #DCC399: hue angle of 37.61º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCC399 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 195 153 -
CMYK 0 0.11 0.30 0.14
HSL 37.61º 0.49% 0.73% -
HSV(B) 37.61º 0.3% 0.86% -
XYZ 54.78 56.55 38.16 -
YUV 197.69 102.78 143.92 -
System Red Green Blue C M Y K H S L
Decimal 220 195 153 0 0.11 0.30 0.14 37.61 0.49 0.73
Hex DC C3 99 0 B 1E E 26 31 49
Octal 334 303 231 0 13 36 16 46 61 111
Binary 11011100 11000011 10011001 0 1011 11110 1110 100110 110001 1001001

Color Harmonies of #DCC399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC399

Black with #DCC399

Text Example


Text Example

White with #DCC399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC399; }

 p { color: rgb(220,195,153); }

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

background-color css

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

 a { background-color: rgb(220,195,153); }

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

border-color css

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

 span { border-color: rgb(220,195,153); }

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