Html Css Color HEX #DCC69E Raffia

📋 copy color: '#DCC69E'

red 220 ◦ green 198 ◦ blue 158

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

Shades of Raffia #DCC69E

Tints of Raffia #DCC69E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.43%

R = 38.19%
G = 34.38%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DCC69E (or 0xDCC69E) is known color: Raffia. HEX triplet: DC, C6 and 9E. RGB value is (220,198,158). Sum of RGB (Red+Green+Blue) = 220+198+158=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 158 (62.11% from 255 or 27.43% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC69E is #233961. Grayscale: #C8C8C8. Windows color (decimal): -2308450 or 10405596. OLE color: 10405596.

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

Color convert

RGB 220 198 158 -
CMYK 0 0.1 0.28 0.14
HSL 38.71º 0.47% 0.74% -
HSV(B) 38.71º 0.28% 0.86% -
XYZ 55.88 58.07 40.61 -
YUV 200.02 104.29 142.25 -
System Red Green Blue C M Y K H S L
Decimal 220 198 158 0 0.1 0.28 0.14 38.71 0.47 0.74
Hex DC C6 9E 0 A 1C E 27 2F 4A
Octal 334 306 236 0 12 34 16 47 57 112
Binary 11011100 11000110 10011110 0 1010 11100 1110 100111 101111 1001010

Color Harmonies of #DCC69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC69E

Black with #DCC69E

Text Example


Text Example

White with #DCC69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC69E; }

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

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

background-color css

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

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

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

border-color css

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

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

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