Html Css Color HEX #DCC598 Raffia

📋 copy color: '#DCC598'

red 220 ◦ green 197 ◦ blue 152

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

Shades of Raffia #DCC598

Tints of Raffia #DCC598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 26.71%

R = 38.66%
G = 34.62%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DCC598 (or 0xDCC598) is known color: Raffia. HEX triplet: DC, C5 and 98. RGB value is (220,197,152). Sum of RGB (Red+Green+Blue) = 220+197+152=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 152 (59.77% from 255 or 26.71% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC598 is #233A67. Grayscale: #C6C6C6. Windows color (decimal): -2308712 or 10012124. OLE color: 10012124.

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

Color convert

RGB 220 197 152 -
CMYK 0 0.10 0.31 0.14
HSL 39.71º 0.49% 0.73% -
HSV(B) 39.71º 0.31% 0.86% -
XYZ 55.15 57.42 37.88 -
YUV 198.75 101.62 143.16 -
System Red Green Blue C M Y K H S L
Decimal 220 197 152 0 0.10 0.31 0.14 39.71 0.49 0.73
Hex DC C5 98 0 A 1F E 28 31 49
Octal 334 305 230 0 12 37 16 50 61 111
Binary 11011100 11000101 10011000 0 1010 11111 1110 101000 110001 1001001

Color Harmonies of #DCC598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC598

Black with #DCC598

Text Example


Text Example

White with #DCC598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC598; }

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

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

background-color css

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

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

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

border-color css

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

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

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