Html Css Color HEX #DBC397 Raffia

📋 copy color: '#DBC397'

red 219 ◦ green 195 ◦ blue 151

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

Shades of Raffia #DBC397

Tints of Raffia #DBC397

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.51%

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

R = 38.76%
G = 34.51%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DBC397 (or 0xDBC397) is known color: Raffia. HEX triplet: DB, C3 and 97. RGB value is (219,195,151). Sum of RGB (Red+Green+Blue) = 219+195+151=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 195 (76.56% from 255 or 34.51% from 565); Blue value is 151 (59.38% from 255 or 26.73% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC397 is #243C68. Grayscale: #C5C5C5. Windows color (decimal): -2374761 or 9946075. OLE color: 9946075.

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

Color convert

RGB 219 195 151 -
CMYK 0 0.11 0.31 0.14
HSL 38.82º 0.49% 0.73% -
HSV(B) 38.82º 0.31% 0.86% -
XYZ 54.31 56.32 37.29 -
YUV 197.16 101.95 143.58 -
System Red Green Blue C M Y K H S L
Decimal 219 195 151 0 0.11 0.31 0.14 38.82 0.49 0.73
Hex DB C3 97 0 B 1F E 27 31 49
Octal 333 303 227 0 13 37 16 47 61 111
Binary 11011011 11000011 10010111 0 1011 11111 1110 100111 110001 1001001

Color Harmonies of #DBC397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC397

Black with #DBC397

Text Example


Text Example

White with #DBC397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC397; }

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

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

background-color css

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

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

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

border-color css

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

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

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