Html Css Color HEX #DCBF9C Raffia

📋 copy color: '#DCBF9C'

red 220 ◦ green 191 ◦ blue 156

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

Shades of Raffia #DCBF9C

Tints of Raffia #DCBF9C

RGB

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

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

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

R = 38.8%
G = 33.69%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DCBF9C (or 0xDCBF9C) is known color: Raffia. HEX triplet: DC, BF and 9C. RGB value is (220,191,156). Sum of RGB (Red+Green+Blue) = 220+191+156=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 156 (61.33% from 255 or 27.51% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBF9C is #234063. Grayscale: #C3C3C3. Windows color (decimal): -2310244 or 10272732. OLE color: 10272732.

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

Color convert

RGB 220 191 156 -
CMYK 0 0.13 0.29 0.14
HSL 32.81º 0.48% 0.74% -
HSV(B) 32.81º 0.29% 0.86% -
XYZ 54.15 54.88 39.19 -
YUV 195.68 105.61 145.35 -
System Red Green Blue C M Y K H S L
Decimal 220 191 156 0 0.13 0.29 0.14 32.81 0.48 0.74
Hex DC BF 9C 0 D 1D E 21 30 4A
Octal 334 277 234 0 15 35 16 41 60 112
Binary 11011100 10111111 10011100 0 1101 11101 1110 100001 110000 1001010

Color Harmonies of #DCBF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF9C

Black with #DCBF9C

Text Example


Text Example

White with #DCBF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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