Html Css Color HEX #DBC697 Raffia

📋 copy color: '#DBC697'

red 219 ◦ green 198 ◦ blue 151

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

Shades of Raffia #DBC697

Tints of Raffia #DBC697

RGB

 RED value IS 219 (85.94% from 255) = 38.56%

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

 BLUE value IS 151 (59.38% from 255) = 26.58%

R = 38.56%
G = 34.86%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DBC697 (or 0xDBC697) is known color: Raffia. HEX triplet: DB, C6 and 97. RGB value is (219,198,151). Sum of RGB (Red+Green+Blue) = 219+198+151=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 198 (77.73% from 255 or 34.86% from 568); Blue value is 151 (59.38% from 255 or 26.58% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC697 is #243968. Grayscale: #C7C7C7. Windows color (decimal): -2373993 or 9946843. OLE color: 9946843.

HSL color Cylindrical-coordinate representation of color #DBC697: hue angle of 41.47º 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 #DBC697 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 198 151 -
CMYK 0 0.10 0.31 0.14
HSL 41.47º 0.49% 0.73% -
HSV(B) 41.47º 0.31% 0.86% -
XYZ 54.99 57.68 37.51 -
YUV 198.92 100.96 142.32 -
System Red Green Blue C M Y K H S L
Decimal 219 198 151 0 0.10 0.31 0.14 41.47 0.49 0.73
Hex DB C6 97 0 A 1F E 29 31 49
Octal 333 306 227 0 12 37 16 51 61 111
Binary 11011011 11000110 10010111 0 1010 11111 1110 101001 110001 1001001

Color Harmonies of #DBC697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC697

Black with #DBC697

Text Example


Text Example

White with #DBC697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC697; }

 p { color: rgb(219,198,151); }

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

background-color css

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

 a { background-color: rgb(219,198,151); }

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

border-color css

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

 span { border-color: rgb(219,198,151); }

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