Html Css Color HEX #DCC09D Raffia

📋 copy color: '#DCC09D'

red 220 ◦ green 192 ◦ blue 157

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

Shades of Raffia #DCC09D

Tints of Raffia #DCC09D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.74%

 BLUE value IS 157 (61.72% from 255) = 27.59%

R = 38.66%
G = 33.74%
B = 27.59%

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

#DCC09D (or 0xDCC09D) is known color: Raffia. HEX triplet: DC, C0 and 9D. RGB value is (220,192,157). Sum of RGB (Red+Green+Blue) = 220+192+157=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 157 (61.72% from 255 or 27.59% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC09D is #233F62. Grayscale: #C4C4C4. Windows color (decimal): -2309987 or 10338524. OLE color: 10338524.

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

Color convert

RGB 220 192 157 -
CMYK 0 0.13 0.29 0.14
HSL 33.33º 0.47% 0.74% -
HSV(B) 33.33º 0.29% 0.86% -
XYZ 54.45 55.35 39.71 -
YUV 196.38 105.78 144.85 -
System Red Green Blue C M Y K H S L
Decimal 220 192 157 0 0.13 0.29 0.14 33.33 0.47 0.74
Hex DC C0 9D 0 D 1D E 21 2F 4A
Octal 334 300 235 0 15 35 16 41 57 112
Binary 11011100 11000000 10011101 0 1101 11101 1110 100001 101111 1001010

Color Harmonies of #DCC09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC09D

Black with #DCC09D

Text Example


Text Example

White with #DCC09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC09D; }

 p { color: rgb(220,192,157); }

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

background-color css

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

 a { background-color: rgb(220,192,157); }

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

border-color css

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

 span { border-color: rgb(220,192,157); }

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