Html Css Color HEX #DCC89B Raffia

📋 copy color: '#DCC89B'

red 220 ◦ green 200 ◦ blue 155

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

Shades of Raffia #DCC89B

Tints of Raffia #DCC89B

RGB

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

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

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

R = 38.26%
G = 34.78%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DCC89B (or 0xDCC89B) is known color: Raffia. HEX triplet: DC, C8 and 9B. RGB value is (220,200,155). Sum of RGB (Red+Green+Blue) = 220+200+155=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 155 (60.94% from 255 or 26.96% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC89B is #233764. Grayscale: #C9C9C9. Windows color (decimal): -2307941 or 10209500. OLE color: 10209500.

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

Color convert

RGB 220 200 155 -
CMYK 0 0.09 0.30 0.14
HSL 41.54º 0.48% 0.74% -
HSV(B) 41.54º 0.3% 0.86% -
XYZ 56.09 58.89 39.42 -
YUV 200.85 102.13 141.66 -
System Red Green Blue C M Y K H S L
Decimal 220 200 155 0 0.09 0.30 0.14 41.54 0.48 0.74
Hex DC C8 9B 0 9 1E E 2A 30 4A
Octal 334 310 233 0 11 36 16 52 60 112
Binary 11011100 11001000 10011011 0 1001 11110 1110 101010 110000 1001010

Color Harmonies of #DCC89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC89B

Black with #DCC89B

Text Example


Text Example

White with #DCC89B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC89B; }

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

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

background-color css

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

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

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

border-color css

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

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

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