Html Css Color HEX #DCC597 Raffia

📋 copy color: '#DCC597'

red 220 ◦ green 197 ◦ blue 151

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

Shades of Raffia #DCC597

Tints of Raffia #DCC597

RGB

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

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

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

R = 38.73%
G = 34.68%
B = 26.58%

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

#DCC597 (or 0xDCC597) is known color: Raffia. HEX triplet: DC, C5 and 97. RGB value is (220,197,151). Sum of RGB (Red+Green+Blue) = 220+197+151=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 197 (77.34% from 255 or 34.68% from 568); Blue value is 151 (59.38% from 255 or 26.58% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC597 is #233A68. Grayscale: #C6C6C6. Windows color (decimal): -2308713 or 9946588. OLE color: 9946588.

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

Color convert

RGB 220 197 151 -
CMYK 0 0.10 0.31 0.14
HSL 40º 0.5% 0.73% -
HSV(B) 40º 0.31% 0.86% -
XYZ 55.07 57.38 37.45 -
YUV 198.63 101.12 143.24 -
System Red Green Blue C M Y K H S L
Decimal 220 197 151 0 0.10 0.31 0.14 40 0.5 0.73
Hex DC C5 97 0 A 1F E 28 32 49
Octal 334 305 227 0 12 37 16 50 62 111
Binary 11011100 11000101 10010111 0 1010 11111 1110 101000 110010 1001001

Color Harmonies of #DCC597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC597

Black with #DCC597

Text Example


Text Example

White with #DCC597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC597; }

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

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

background-color css

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

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

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

border-color css

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

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

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