Html Css Color HEX #DCC69A Raffia

📋 copy color: '#DCC69A'

red 220 ◦ green 198 ◦ blue 154

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

Shades of Raffia #DCC69A

Tints of Raffia #DCC69A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 26.92%

R = 38.46%
G = 34.62%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DCC69A (or 0xDCC69A) is known color: Raffia. HEX triplet: DC, C6 and 9A. RGB value is (220,198,154). Sum of RGB (Red+Green+Blue) = 220+198+154=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 198 (77.73% from 255 or 34.62% from 572); Blue value is 154 (60.55% from 255 or 26.92% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC69A is #233965. Grayscale: #C7C7C7. Windows color (decimal): -2308454 or 10143452. OLE color: 10143452.

HSL color Cylindrical-coordinate representation of color #DCC69A: hue angle of 40º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCC69A is Cyan = 0, Magento = 0.1, Yellow = 0.3 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 198 154 -
CMYK 0 0.1 0.3 0.14
HSL 40º 0.49% 0.73% -
HSV(B) 40º 0.3% 0.86% -
XYZ 55.54 57.94 38.83 -
YUV 199.56 102.29 142.58 -
System Red Green Blue C M Y K H S L
Decimal 220 198 154 0 0.1 0.3 0.14 40 0.49 0.73
Hex DC C6 9A 0 A 1E E 28 31 49
Octal 334 306 232 0 12 36 16 50 61 111
Binary 11011100 11000110 10011010 0 1010 11110 1110 101000 110001 1001001

Color Harmonies of #DCC69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC69A

Black with #DCC69A

Text Example


Text Example

White with #DCC69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC69A; }

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

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

background-color css

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

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

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

border-color css

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

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

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