Html Css Color HEX #DCC99B Raffia

📋 copy color: '#DCC99B'

red 220 ◦ green 201 ◦ blue 155

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

Shades of Raffia #DCC99B

Tints of Raffia #DCC99B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.9%

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

R = 38.19%
G = 34.9%
B = 26.91%

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

#DCC99B (or 0xDCC99B) is known color: Raffia. HEX triplet: DC, C9 and 9B. RGB value is (220,201,155). Sum of RGB (Red+Green+Blue) = 220+201+155=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 201 (78.91% from 255 or 34.90% from 576); Blue value is 155 (60.94% from 255 or 26.91% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC99B is #233664. Grayscale: #C9C9C9. Windows color (decimal): -2307685 or 10209756. OLE color: 10209756.

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

Color convert

RGB 220 201 155 -
CMYK 0 0.09 0.30 0.14
HSL 42.46º 0.48% 0.74% -
HSV(B) 42.46º 0.3% 0.86% -
XYZ 56.32 59.36 39.5 -
YUV 201.44 101.79 141.24 -
System Red Green Blue C M Y K H S L
Decimal 220 201 155 0 0.09 0.30 0.14 42.46 0.48 0.74
Hex DC C9 9B 0 9 1E E 2A 30 4A
Octal 334 311 233 0 11 36 16 52 60 112
Binary 11011100 11001001 10011011 0 1001 11110 1110 101010 110000 1001010

Color Harmonies of #DCC99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC99B

Black with #DCC99B

Text Example


Text Example

White with #DCC99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC99B; }

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

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

background-color css

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

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

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

border-color css

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

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

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