Html Css Color HEX #DA824C Raw Sienna

📋 copy color: '#DA824C'

red 218 ◦ green 130 ◦ blue 76

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

Shades of Raw Sienna #DA824C

Tints of Raw Sienna #DA824C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.66%

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

R = 51.42%
G = 30.66%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA824C (or 0xDA824C) is known color: Raw Sienna. HEX triplet: DA, 82 and 4C. RGB value is (218,130,76). Sum of RGB (Red+Green+Blue) = 218+130+76=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 76 (30.08% from 255 or 17.92% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA824C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA824C is #257DB3. Grayscale: #969696. Windows color (decimal): -2457012 or 5014234. OLE color: 5014234.

HSL color Cylindrical-coordinate representation of color #DA824C: hue angle of 22.82º 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 #DA824C is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 130 76 -
CMYK 0 0.40 0.65 0.15
HSL 22.82º 0.66% 0.58% -
HSV(B) 22.82º 0.65% 0.85% -
XYZ 38.2 31.39 10.88 -
YUV 150.16 86.15 176.39 -
System Red Green Blue C M Y K H S L
Decimal 218 130 76 0 0.40 0.65 0.15 22.82 0.66 0.58
Hex DA 82 4C 0 28 41 F 17 42 3A
Octal 332 202 114 0 50 101 17 27 102 72
Binary 11011010 10000010 1001100 0 101000 1000001 1111 10111 1000010 111010

Color Harmonies of #DA824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA824C

Black with #DA824C

Text Example


Text Example

White with #DA824C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA824C; }

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

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

background-color css

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

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

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

border-color css

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

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

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