Html Css Color HEX #DCC297 Raffia

📋 copy color: '#DCC297'

red 220 ◦ green 194 ◦ blue 151

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

Shades of Raffia #DCC297

Tints of Raffia #DCC297

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.34%

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

R = 38.94%
G = 34.34%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DCC297 (or 0xDCC297) is known color: Raffia. HEX triplet: DC, C2 and 97. RGB value is (220,194,151). Sum of RGB (Red+Green+Blue) = 220+194+151=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 151 (59.38% from 255 or 26.73% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC297 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC297 is #233D68. Grayscale: #C5C5C5. Windows color (decimal): -2309481 or 9945820. OLE color: 9945820.

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

Color convert

RGB 220 194 151 -
CMYK 0 0.12 0.31 0.14
HSL 37.39º 0.5% 0.73% -
HSV(B) 37.39º 0.31% 0.86% -
XYZ 54.39 56.03 37.23 -
YUV 196.87 102.11 144.5 -
System Red Green Blue C M Y K H S L
Decimal 220 194 151 0 0.12 0.31 0.14 37.39 0.5 0.73
Hex DC C2 97 0 C 1F E 25 32 49
Octal 334 302 227 0 14 37 16 45 62 111
Binary 11011100 11000010 10010111 0 1100 11111 1110 100101 110010 1001001

Color Harmonies of #DCC297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC297

Black with #DCC297

Text Example


Text Example

White with #DCC297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC297; }

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

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

background-color css

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

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

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

border-color css

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

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

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