Html Css Color HEX #D6BF94 Raffia

📋 copy color: '#D6BF94'

red 214 ◦ green 191 ◦ blue 148

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

Shades of Raffia #D6BF94

Tints of Raffia #D6BF94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.76%

R = 38.7%
G = 34.54%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D6BF94 (or 0xD6BF94) is known color: Raffia. HEX triplet: D6, BF and 94. RGB value is (214,191,148). Sum of RGB (Red+Green+Blue) = 214+191+148=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 191 (75% from 255 or 34.54% from 553); Blue value is 148 (58.20% from 255 or 26.76% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BF94 is #29406B. Grayscale: #C1C1C1. Windows color (decimal): -2703468 or 9748438. OLE color: 9748438.

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

Color convert

RGB 214 191 148 -
CMYK 0 0.11 0.31 0.16
HSL 39.09º 0.45% 0.71% -
HSV(B) 39.09º 0.31% 0.84% -
XYZ 51.71 53.7 35.66 -
YUV 192.98 102.62 143 -
System Red Green Blue C M Y K H S L
Decimal 214 191 148 0 0.11 0.31 0.16 39.09 0.45 0.71
Hex D6 BF 94 0 B 1F 10 27 2D 47
Octal 326 277 224 0 13 37 20 47 55 107
Binary 11010110 10111111 10010100 0 1011 11111 10000 100111 101101 1000111

Color Harmonies of #D6BF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BF94

Black with #D6BF94

Text Example


Text Example

White with #D6BF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BF94; }

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

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

background-color css

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

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

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

border-color css

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

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

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