Html Css Color HEX #DCC29B Raffia

📋 copy color: '#DCC29B'

red 220 ◦ green 194 ◦ blue 155

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

Shades of Raffia #DCC29B

Tints of Raffia #DCC29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.24%

R = 38.66%
G = 34.09%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DCC29B (or 0xDCC29B) is known color: Raffia. HEX triplet: DC, C2 and 9B. RGB value is (220,194,155). Sum of RGB (Red+Green+Blue) = 220+194+155=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 155 (60.94% from 255 or 27.24% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC29B is #233D64. Grayscale: #C5C5C5. Windows color (decimal): -2309477 or 10207964. OLE color: 10207964.

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

Color convert

RGB 220 194 155 -
CMYK 0 0.12 0.30 0.14
HSL 36º 0.48% 0.74% -
HSV(B) 36º 0.3% 0.86% -
XYZ 54.72 56.17 38.97 -
YUV 197.33 104.11 144.17 -
System Red Green Blue C M Y K H S L
Decimal 220 194 155 0 0.12 0.30 0.14 36 0.48 0.74
Hex DC C2 9B 0 C 1E E 24 30 4A
Octal 334 302 233 0 14 36 16 44 60 112
Binary 11011100 11000010 10011011 0 1100 11110 1110 100100 110000 1001010

Color Harmonies of #DCC29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC29B

Black with #DCC29B

Text Example


Text Example

White with #DCC29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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