Html Css Color HEX #DCC497 Raffia

📋 copy color: '#DCC497'

red 220 ◦ green 196 ◦ blue 151

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

Shades of Raffia #DCC497

Tints of Raffia #DCC497

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.57%

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

R = 38.8%
G = 34.57%
B = 26.63%

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

#DCC497 (or 0xDCC497) is known color: Raffia. HEX triplet: DC, C4 and 97. RGB value is (220,196,151). Sum of RGB (Red+Green+Blue) = 220+196+151=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 196 (76.95% from 255 or 34.57% from 567); Blue value is 151 (59.38% from 255 or 26.63% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC497 is #233B68. Grayscale: #C6C6C6. Windows color (decimal): -2308969 or 9946332. OLE color: 9946332.

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

Color convert

RGB 220 196 151 -
CMYK 0 0.11 0.31 0.14
HSL 39.13º 0.5% 0.73% -
HSV(B) 39.13º 0.31% 0.86% -
XYZ 54.84 56.93 37.38 -
YUV 198.05 101.45 143.66 -
System Red Green Blue C M Y K H S L
Decimal 220 196 151 0 0.11 0.31 0.14 39.13 0.5 0.73
Hex DC C4 97 0 B 1F E 27 32 49
Octal 334 304 227 0 13 37 16 47 62 111
Binary 11011100 11000100 10010111 0 1011 11111 1110 100111 110010 1001001

Color Harmonies of #DCC497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC497

Black with #DCC497

Text Example


Text Example

White with #DCC497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC497; }

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

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

background-color css

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

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

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

border-color css

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

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

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