Html Css Color HEX #DCC398 Raffia

📋 copy color: '#DCC398'

red 220 ◦ green 195 ◦ blue 152

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

Shades of Raffia #DCC398

Tints of Raffia #DCC398

RGB

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

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

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

R = 38.8%
G = 34.39%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DCC398 (or 0xDCC398) is known color: Raffia. HEX triplet: DC, C3 and 98. RGB value is (220,195,152). Sum of RGB (Red+Green+Blue) = 220+195+152=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 195 (76.56% from 255 or 34.39% from 567); Blue value is 152 (59.77% from 255 or 26.81% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC398 is #233C67. Grayscale: #C5C5C5. Windows color (decimal): -2309224 or 10011612. OLE color: 10011612.

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

Color convert

RGB 220 195 152 -
CMYK 0 0.11 0.31 0.14
HSL 37.94º 0.49% 0.73% -
HSV(B) 37.94º 0.31% 0.86% -
XYZ 54.7 56.51 37.73 -
YUV 197.57 102.28 144 -
System Red Green Blue C M Y K H S L
Decimal 220 195 152 0 0.11 0.31 0.14 37.94 0.49 0.73
Hex DC C3 98 0 B 1F E 26 31 49
Octal 334 303 230 0 13 37 16 46 61 111
Binary 11011100 11000011 10011000 0 1011 11111 1110 100110 110001 1001001

Color Harmonies of #DCC398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC398

Black with #DCC398

Text Example


Text Example

White with #DCC398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC398; }

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

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

background-color css

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

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

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

border-color css

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

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

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