Html Css Color HEX #DCC29D Raffia

📋 copy color: '#DCC29D'

red 220 ◦ green 194 ◦ blue 157

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

Shades of Raffia #DCC29D

Tints of Raffia #DCC29D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.5%

R = 38.53%
G = 33.98%
B = 27.5%

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

#DCC29D (or 0xDCC29D) is known color: Raffia. HEX triplet: DC, C2 and 9D. RGB value is (220,194,157). Sum of RGB (Red+Green+Blue) = 220+194+157=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 157 (61.72% from 255 or 27.50% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC29D is #233D62. Grayscale: #C5C5C5. Windows color (decimal): -2309475 or 10339036. OLE color: 10339036.

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

Color convert

RGB 220 194 157 -
CMYK 0 0.12 0.29 0.14
HSL 35.24º 0.47% 0.74% -
HSV(B) 35.24º 0.29% 0.86% -
XYZ 54.89 56.23 39.86 -
YUV 197.56 105.11 144.01 -
System Red Green Blue C M Y K H S L
Decimal 220 194 157 0 0.12 0.29 0.14 35.24 0.47 0.74
Hex DC C2 9D 0 C 1D E 23 2F 4A
Octal 334 302 235 0 14 35 16 43 57 112
Binary 11011100 11000010 10011101 0 1100 11101 1110 100011 101111 1001010

Color Harmonies of #DCC29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC29D

Black with #DCC29D

Text Example


Text Example

White with #DCC29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC29D; }

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

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

background-color css

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

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

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

border-color css

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

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

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