Html Css Color HEX #DCC599 Raffia

📋 copy color: '#DCC599'

red 220 ◦ green 197 ◦ blue 153

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

Shades of Raffia #DCC599

Tints of Raffia #DCC599

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.56%

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

R = 38.6%
G = 34.56%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DCC599 (or 0xDCC599) is known color: Raffia. HEX triplet: DC, C5 and 99. RGB value is (220,197,153). Sum of RGB (Red+Green+Blue) = 220+197+153=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 153 (60.16% from 255 or 26.84% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC599 is #233A66. Grayscale: #C7C7C7. Windows color (decimal): -2308711 or 10077660. OLE color: 10077660.

HSL color Cylindrical-coordinate representation of color #DCC599: hue angle of 39.4º 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 #DCC599 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 197 153 -
CMYK 0 0.10 0.30 0.14
HSL 39.4º 0.49% 0.73% -
HSV(B) 39.4º 0.3% 0.86% -
XYZ 55.23 57.45 38.31 -
YUV 198.86 102.12 143.08 -
System Red Green Blue C M Y K H S L
Decimal 220 197 153 0 0.10 0.30 0.14 39.4 0.49 0.73
Hex DC C5 99 0 A 1E E 27 31 49
Octal 334 305 231 0 12 36 16 47 61 111
Binary 11011100 11000101 10011001 0 1010 11110 1110 100111 110001 1001001

Color Harmonies of #DCC599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC599

Black with #DCC599

Text Example


Text Example

White with #DCC599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC599; }

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

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

background-color css

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

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

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

border-color css

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

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

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