Html Css Color HEX #DCBF9B Raffia

📋 copy color: '#DCBF9B'

red 220 ◦ green 191 ◦ blue 155

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

Shades of Raffia #DCBF9B

Tints of Raffia #DCBF9B

RGB

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

 GREEN value IS 191 (75% from 255) = 33.75%

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

R = 38.87%
G = 33.75%
B = 27.39%

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

#DCBF9B (or 0xDCBF9B) is known color: Raffia. HEX triplet: DC, BF and 9B. RGB value is (220,191,155). Sum of RGB (Red+Green+Blue) = 220+191+155=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 155 (60.94% from 255 or 27.39% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBF9B is #234064. Grayscale: #C3C3C3. Windows color (decimal): -2310245 or 10207196. OLE color: 10207196.

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

Color convert

RGB 220 191 155 -
CMYK 0 0.13 0.30 0.14
HSL 33.23º 0.48% 0.74% -
HSV(B) 33.23º 0.3% 0.86% -
XYZ 54.06 54.84 38.75 -
YUV 195.57 105.11 145.43 -
System Red Green Blue C M Y K H S L
Decimal 220 191 155 0 0.13 0.30 0.14 33.23 0.48 0.74
Hex DC BF 9B 0 D 1E E 21 30 4A
Octal 334 277 233 0 15 36 16 41 60 112
Binary 11011100 10111111 10011011 0 1101 11110 1110 100001 110000 1001010

Color Harmonies of #DCBF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF9B

Black with #DCBF9B

Text Example


Text Example

White with #DCBF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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