Html Css Color HEX #DCC698 Raffia

📋 copy color: '#DCC698'

red 220 ◦ green 198 ◦ blue 152

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

Shades of Raffia #DCC698

Tints of Raffia #DCC698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 26.67%

R = 38.6%
G = 34.74%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DCC698 (or 0xDCC698) is known color: Raffia. HEX triplet: DC, C6 and 98. RGB value is (220,198,152). Sum of RGB (Red+Green+Blue) = 220+198+152=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 198 (77.73% from 255 or 34.74% from 570); Blue value is 152 (59.77% from 255 or 26.67% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC698 is #233967. Grayscale: #C7C7C7. Windows color (decimal): -2308456 or 10012380. OLE color: 10012380.

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

Color convert

RGB 220 198 152 -
CMYK 0 0.1 0.31 0.14
HSL 40.59º 0.49% 0.73% -
HSV(B) 40.59º 0.31% 0.86% -
XYZ 55.38 57.87 37.96 -
YUV 199.33 101.29 142.74 -
System Red Green Blue C M Y K H S L
Decimal 220 198 152 0 0.1 0.31 0.14 40.59 0.49 0.73
Hex DC C6 98 0 A 1F E 29 31 49
Octal 334 306 230 0 12 37 16 51 61 111
Binary 11011100 11000110 10011000 0 1010 11111 1110 101001 110001 1001001

Color Harmonies of #DCC698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC698

Black with #DCC698

Text Example


Text Example

White with #DCC698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC698; }

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

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

background-color css

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

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

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

border-color css

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

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

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