Html Css Color HEX #DCC797 Raffia

📋 copy color: '#DCC797'

red 220 ◦ green 199 ◦ blue 151

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

Shades of Raffia #DCC797

Tints of Raffia #DCC797

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.91%

 BLUE value IS 151 (59.38% from 255) = 26.49%

R = 38.6%
G = 34.91%
B = 26.49%

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

#DCC797 (or 0xDCC797) is known color: Raffia. HEX triplet: DC, C7 and 97. RGB value is (220,199,151). Sum of RGB (Red+Green+Blue) = 220+199+151=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 199 (78.12% from 255 or 34.91% from 570); Blue value is 151 (59.38% from 255 or 26.49% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC797 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC797 is #233868. Grayscale: #C8C8C8. Windows color (decimal): -2308201 or 9947100. OLE color: 9947100.

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

Color convert

RGB 220 199 151 -
CMYK 0 0.10 0.31 0.14
HSL 41.74º 0.5% 0.73% -
HSV(B) 41.74º 0.31% 0.86% -
XYZ 55.52 58.3 37.6 -
YUV 199.81 100.46 142.4 -
System Red Green Blue C M Y K H S L
Decimal 220 199 151 0 0.10 0.31 0.14 41.74 0.5 0.73
Hex DC C7 97 0 A 1F E 2A 32 49
Octal 334 307 227 0 12 37 16 52 62 111
Binary 11011100 11000111 10010111 0 1010 11111 1110 101010 110010 1001001

Color Harmonies of #DCC797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC797

Black with #DCC797

Text Example


Text Example

White with #DCC797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC797; }

 p { color: rgb(220,199,151); }

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

background-color css

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

 a { background-color: rgb(220,199,151); }

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

border-color css

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

 span { border-color: rgb(220,199,151); }

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