Html Css Color HEX #DCC29C Raffia

📋 copy color: '#DCC29C'

red 220 ◦ green 194 ◦ blue 156

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

Shades of Raffia #DCC29C

Tints of Raffia #DCC29C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.37%

R = 38.6%
G = 34.04%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DCC29C (or 0xDCC29C) is known color: Raffia. HEX triplet: DC, C2 and 9C. RGB value is (220,194,156). Sum of RGB (Red+Green+Blue) = 220+194+156=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 156 (61.33% from 255 or 27.37% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC29C is #233D63. Grayscale: #C5C5C5. Windows color (decimal): -2309476 or 10273500. OLE color: 10273500.

HSL color Cylindrical-coordinate representation of color #DCC29C: hue angle of 35.62º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCC29C is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 194 156 -
CMYK 0 0.12 0.29 0.14
HSL 35.63º 0.48% 0.74% -
HSV(B) 35.63º 0.29% 0.86% -
XYZ 54.81 56.2 39.41 -
YUV 197.44 104.61 144.09 -
System Red Green Blue C M Y K H S L
Decimal 220 194 156 0 0.12 0.29 0.14 35.63 0.48 0.74
Hex DC C2 9C 0 C 1D E 24 30 4A
Octal 334 302 234 0 14 35 16 44 60 112
Binary 11011100 11000010 10011100 0 1100 11101 1110 100100 110000 1001010

Color Harmonies of #DCC29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC29C

Black with #DCC29C

Text Example


Text Example

White with #DCC29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC29C; }

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

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

background-color css

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

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

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

border-color css

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

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

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