Html Css Color HEX #DCC89F Raffia

📋 copy color: '#DCC89F'

red 220 ◦ green 200 ◦ blue 159

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

Shades of Raffia #DCC89F

Tints of Raffia #DCC89F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.54%

 BLUE value IS 159 (62.5% from 255) = 27.46%

R = 38%
G = 34.54%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DCC89F (or 0xDCC89F) is known color: Raffia. HEX triplet: DC, C8 and 9F. RGB value is (220,200,159). Sum of RGB (Red+Green+Blue) = 220+200+159=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 200 (78.52% from 255 or 34.54% from 579); Blue value is 159 (62.5% from 255 or 27.46% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC89F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC89F is #233760. Grayscale: #C9C9C9. Windows color (decimal): -2307937 or 10471644. OLE color: 10471644.

HSL color Cylindrical-coordinate representation of color #DCC89F: hue angle of 40.33º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCC89F is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 200 159 -
CMYK 0 0.09 0.28 0.14
HSL 40.33º 0.47% 0.74% -
HSV(B) 40.33º 0.28% 0.86% -
XYZ 56.43 59.03 41.22 -
YUV 201.31 104.13 141.33 -
System Red Green Blue C M Y K H S L
Decimal 220 200 159 0 0.09 0.28 0.14 40.33 0.47 0.74
Hex DC C8 9F 0 9 1C E 28 2F 4A
Octal 334 310 237 0 11 34 16 50 57 112
Binary 11011100 11001000 10011111 0 1001 11100 1110 101000 101111 1001010

Color Harmonies of #DCC89F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC89F

Black with #DCC89F

Text Example


Text Example

White with #DCC89F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC89F; }

 p { color: rgb(220,200,159); }

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

background-color css

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

 a { background-color: rgb(220,200,159); }

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

border-color css

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

 span { border-color: rgb(220,200,159); }

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