Html Css Color HEX #DCBF9A Raffia

📋 copy color: '#DCBF9A'

red 220 ◦ green 191 ◦ blue 154

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

Shades of Raffia #DCBF9A

Tints of Raffia #DCBF9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.26%

R = 38.94%
G = 33.81%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DCBF9A (or 0xDCBF9A) is known color: Raffia. HEX triplet: DC, BF and 9A. RGB value is (220,191,154). Sum of RGB (Red+Green+Blue) = 220+191+154=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 154 (60.55% from 255 or 27.26% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBF9A is #234065. Grayscale: #C3C3C3. Windows color (decimal): -2310246 or 10141660. OLE color: 10141660.

HSL color Cylindrical-coordinate representation of color #DCBF9A: hue angle of 33.64º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCBF9A is Cyan = 0, Magento = 0.13, Yellow = 0.3 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 191 154 -
CMYK 0 0.13 0.3 0.14
HSL 33.64º 0.49% 0.73% -
HSV(B) 33.64º 0.3% 0.86% -
XYZ 53.98 54.81 38.31 -
YUV 195.45 104.61 145.51 -
System Red Green Blue C M Y K H S L
Decimal 220 191 154 0 0.13 0.3 0.14 33.64 0.49 0.73
Hex DC BF 9A 0 D 1E E 22 31 49
Octal 334 277 232 0 15 36 16 42 61 111
Binary 11011100 10111111 10011010 0 1101 11110 1110 100010 110001 1001001

Color Harmonies of #DCBF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF9A

Black with #DCBF9A

Text Example


Text Example

White with #DCBF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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