Html Css Color HEX #DAC69B Raffia

📋 copy color: '#DAC69B'

red 218 ◦ green 198 ◦ blue 155

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

Shades of Raffia #DAC69B

Tints of Raffia #DAC69B

RGB

 RED value IS 218 (85.55% from 255) = 38.18%

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

 BLUE value IS 155 (60.94% from 255) = 27.15%

R = 38.18%
G = 34.68%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DAC69B (or 0xDAC69B) is known color: Raffia. HEX triplet: DA, C6 and 9B. RGB value is (218,198,155). Sum of RGB (Red+Green+Blue) = 218+198+155=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 198 (77.73% from 255 or 34.68% from 571); Blue value is 155 (60.94% from 255 or 27.15% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC69B is #253964. Grayscale: #C7C7C7. Windows color (decimal): -2439525 or 10208986. OLE color: 10208986.

HSL color Cylindrical-coordinate representation of color #DAC69B: hue angle of 40.95º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAC69B is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 198 155 -
CMYK 0 0.09 0.29 0.15
HSL 40.95º 0.46% 0.73% -
HSV(B) 40.95º 0.29% 0.85% -
XYZ 55.02 57.66 39.24 -
YUV 199.08 103.13 141.5 -
System Red Green Blue C M Y K H S L
Decimal 218 198 155 0 0.09 0.29 0.15 40.95 0.46 0.73
Hex DA C6 9B 0 9 1D F 29 2E 49
Octal 332 306 233 0 11 35 17 51 56 111
Binary 11011010 11000110 10011011 0 1001 11101 1111 101001 101110 1001001

Color Harmonies of #DAC69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC69B

Black with #DAC69B

Text Example


Text Example

White with #DAC69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC69B; }

 p { color: rgb(218,198,155); }

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

background-color css

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

 a { background-color: rgb(218,198,155); }

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

border-color css

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

 span { border-color: rgb(218,198,155); }

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