Html Css Color HEX #DCC898 Raffia

📋 copy color: '#DCC898'

red 220 ◦ green 200 ◦ blue 152

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

Shades of Raffia #DCC898

Tints of Raffia #DCC898

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.97%

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

R = 38.46%
G = 34.97%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DCC898 (or 0xDCC898) is known color: Raffia. HEX triplet: DC, C8 and 98. RGB value is (220,200,152). Sum of RGB (Red+Green+Blue) = 220+200+152=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 200 (78.52% from 255 or 34.97% from 572); Blue value is 152 (59.77% from 255 or 26.57% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC898 is #233767. Grayscale: #C8C8C8. Windows color (decimal): -2307944 or 10012892. OLE color: 10012892.

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

Color convert

RGB 220 200 152 -
CMYK 0 0.09 0.31 0.14
HSL 42.35º 0.49% 0.73% -
HSV(B) 42.35º 0.31% 0.86% -
XYZ 55.84 58.79 38.11 -
YUV 200.51 100.63 141.9 -
System Red Green Blue C M Y K H S L
Decimal 220 200 152 0 0.09 0.31 0.14 42.35 0.49 0.73
Hex DC C8 98 0 9 1F E 2A 31 49
Octal 334 310 230 0 11 37 16 52 61 111
Binary 11011100 11001000 10011000 0 1001 11111 1110 101010 110001 1001001

Color Harmonies of #DCC898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC898

Black with #DCC898

Text Example


Text Example

White with #DCC898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC898; }

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

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

background-color css

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

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

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

border-color css

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

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

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