Html Css Color HEX #DCC69C Raffia

📋 copy color: '#DCC69C'

red 220 ◦ green 198 ◦ blue 156

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

Shades of Raffia #DCC69C

Tints of Raffia #DCC69C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.49%

 BLUE value IS 156 (61.33% from 255) = 27.18%

R = 38.33%
G = 34.49%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DCC69C (or 0xDCC69C) is known color: Raffia. HEX triplet: DC, C6 and 9C. RGB value is (220,198,156). Sum of RGB (Red+Green+Blue) = 220+198+156=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 156 (61.33% from 255 or 27.18% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC69C is #233963. Grayscale: #C7C7C7. Windows color (decimal): -2308452 or 10274524. OLE color: 10274524.

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

Color convert

RGB 220 198 156 -
CMYK 0 0.1 0.29 0.14
HSL 39.38º 0.48% 0.74% -
HSV(B) 39.38º 0.29% 0.86% -
XYZ 55.71 58 39.71 -
YUV 199.79 103.29 142.42 -
System Red Green Blue C M Y K H S L
Decimal 220 198 156 0 0.1 0.29 0.14 39.38 0.48 0.74
Hex DC C6 9C 0 A 1D E 27 30 4A
Octal 334 306 234 0 12 35 16 47 60 112
Binary 11011100 11000110 10011100 0 1010 11101 1110 100111 110000 1001010

Color Harmonies of #DCC69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC69C

Black with #DCC69C

Text Example


Text Example

White with #DCC69C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC69C; }

 p { color: rgb(220,198,156); }

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

background-color css

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

 a { background-color: rgb(220,198,156); }

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

border-color css

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

 span { border-color: rgb(220,198,156); }

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