Html Css Color HEX #D6BF98 Raffia

📋 copy color: '#D6BF98'

red 214 ◦ green 191 ◦ blue 152

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

Shades of Raffia #D6BF98

Tints of Raffia #D6BF98

RGB

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

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

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

R = 38.42%
G = 34.29%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D6BF98 (or 0xD6BF98) is known color: Raffia. HEX triplet: D6, BF and 98. RGB value is (214,191,152). Sum of RGB (Red+Green+Blue) = 214+191+152=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 152 (59.77% from 255 or 27.29% from 557); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BF98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BF98 is #294067. Grayscale: #C1C1C1. Windows color (decimal): -2703464 or 10010582. OLE color: 10010582.

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

Color convert

RGB 214 191 152 -
CMYK 0 0.11 0.29 0.16
HSL 37.74º 0.43% 0.72% -
HSV(B) 37.74º 0.29% 0.84% -
XYZ 52.03 53.82 37.35 -
YUV 193.43 104.62 142.67 -
System Red Green Blue C M Y K H S L
Decimal 214 191 152 0 0.11 0.29 0.16 37.74 0.43 0.72
Hex D6 BF 98 0 B 1D 10 26 2B 48
Octal 326 277 230 0 13 35 20 46 53 110
Binary 11010110 10111111 10011000 0 1011 11101 10000 100110 101011 1001000

Color Harmonies of #D6BF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BF98

Black with #D6BF98

Text Example


Text Example

White with #D6BF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BF98; }

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

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

background-color css

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

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

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

border-color css

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

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

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