Html Css Color HEX #DA864C Raw Sienna

📋 copy color: '#DA864C'

red 218 ◦ green 134 ◦ blue 76

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

Shades of Raw Sienna #DA864C

Tints of Raw Sienna #DA864C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.31%

 BLUE value IS 76 (30.08% from 255) = 17.76%

R = 50.93%
G = 31.31%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA864C (or 0xDA864C) is known color: Raw Sienna. HEX triplet: DA, 86 and 4C. RGB value is (218,134,76). Sum of RGB (Red+Green+Blue) = 218+134+76=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 76 (30.08% from 255 or 17.76% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA864C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA864C is #2579B3. Grayscale: #989898. Windows color (decimal): -2455988 or 5015258. OLE color: 5015258.

HSL color Cylindrical-coordinate representation of color #DA864C: hue angle of 24.51º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA864C is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 134 76 -
CMYK 0 0.39 0.65 0.15
HSL 24.51º 0.66% 0.58% -
HSV(B) 24.51º 0.65% 0.85% -
XYZ 38.74 32.48 11.06 -
YUV 152.5 84.83 174.72 -
System Red Green Blue C M Y K H S L
Decimal 218 134 76 0 0.39 0.65 0.15 24.51 0.66 0.58
Hex DA 86 4C 0 27 41 F 19 42 3A
Octal 332 206 114 0 47 101 17 31 102 72
Binary 11011010 10000110 1001100 0 100111 1000001 1111 11001 1000010 111010

Color Harmonies of #DA864C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA864C

Black with #DA864C

Text Example


Text Example

White with #DA864C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA864C; }

 p { color: rgb(218,134,76); }

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

background-color css

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

 a { background-color: rgb(218,134,76); }

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

border-color css

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

 span { border-color: rgb(218,134,76); }

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