Html Css Color HEX #DCC09B Raffia

📋 copy color: '#DCC09B'

red 220 ◦ green 192 ◦ blue 155

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

Shades of Raffia #DCC09B

Tints of Raffia #DCC09B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.86%

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

R = 38.8%
G = 33.86%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DCC09B (or 0xDCC09B) is known color: Raffia. HEX triplet: DC, C0 and 9B. RGB value is (220,192,155). Sum of RGB (Red+Green+Blue) = 220+192+155=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 155 (60.94% from 255 or 27.34% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC09B is #233F64. Grayscale: #C4C4C4. Windows color (decimal): -2309989 or 10207452. OLE color: 10207452.

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

Color convert

RGB 220 192 155 -
CMYK 0 0.13 0.30 0.14
HSL 34.15º 0.48% 0.74% -
HSV(B) 34.15º 0.3% 0.86% -
XYZ 54.28 55.28 38.82 -
YUV 196.15 104.78 145.01 -
System Red Green Blue C M Y K H S L
Decimal 220 192 155 0 0.13 0.30 0.14 34.15 0.48 0.74
Hex DC C0 9B 0 D 1E E 22 30 4A
Octal 334 300 233 0 15 36 16 42 60 112
Binary 11011100 11000000 10011011 0 1101 11110 1110 100010 110000 1001010

Color Harmonies of #DCC09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC09B

Black with #DCC09B

Text Example


Text Example

White with #DCC09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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