Html Css Color HEX #D6BF9D Raffia

📋 copy color: '#D6BF9D'

red 214 ◦ green 191 ◦ blue 157

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

Shades of Raffia #D6BF9D

Tints of Raffia #D6BF9D

RGB

 RED value IS 214 (83.98% from 255) = 38.08%

 GREEN value IS 191 (75% from 255) = 33.99%

 BLUE value IS 157 (61.72% from 255) = 27.94%

R = 38.08%
G = 33.99%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6BF9D (or 0xD6BF9D) is known color: Raffia. HEX triplet: D6, BF and 9D. RGB value is (214,191,157). Sum of RGB (Red+Green+Blue) = 214+191+157=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 157 (61.72% from 255 or 27.94% from 562); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BF9D is #294062. Grayscale: #C2C2C2. Windows color (decimal): -2703459 or 10338262. OLE color: 10338262.

HSL color Cylindrical-coordinate representation of color #D6BF9D: hue angle of 35.79º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D6BF9D is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 191 157 -
CMYK 0 0.11 0.27 0.16
HSL 35.79º 0.41% 0.73% -
HSV(B) 35.79º 0.27% 0.84% -
XYZ 52.45 53.99 39.56 -
YUV 194 107.12 142.26 -
System Red Green Blue C M Y K H S L
Decimal 214 191 157 0 0.11 0.27 0.16 35.79 0.41 0.73
Hex D6 BF 9D 0 B 1B 10 24 29 49
Octal 326 277 235 0 13 33 20 44 51 111
Binary 11010110 10111111 10011101 0 1011 11011 10000 100100 101001 1001001

Color Harmonies of #D6BF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BF9D

Black with #D6BF9D

Text Example


Text Example

White with #D6BF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BF9D; }

 p { color: rgb(214,191,157); }

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

background-color css

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

 a { background-color: rgb(214,191,157); }

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

border-color css

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

 span { border-color: rgb(214,191,157); }

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