Html Css Color HEX #D6824C Raw Sienna

📋 copy color: '#D6824C'

red 214 ◦ green 130 ◦ blue 76

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

Shades of Raw Sienna #D6824C

Tints of Raw Sienna #D6824C

RGB

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

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

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

R = 50.95%
G = 30.95%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6824C (or 0xD6824C) is known color: Raw Sienna. HEX triplet: D6, 82 and 4C. RGB value is (214,130,76). Sum of RGB (Red+Green+Blue) = 214+130+76=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 76 (30.08% from 255 or 18.10% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D6824C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6824C is #297DB3. Grayscale: #959595. Windows color (decimal): -2719156 or 5014230. OLE color: 5014230.

HSL color Cylindrical-coordinate representation of color #D6824C: hue angle of 23.48º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D6824C is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 130 76 -
CMYK 0 0.39 0.64 0.16
HSL 23.48º 0.63% 0.57% -
HSV(B) 23.48º 0.64% 0.84% -
XYZ 37.02 30.78 10.83 -
YUV 148.96 86.83 174.39 -
System Red Green Blue C M Y K H S L
Decimal 214 130 76 0 0.39 0.64 0.16 23.48 0.63 0.57
Hex D6 82 4C 0 27 40 10 17 3F 39
Octal 326 202 114 0 47 100 20 27 77 71
Binary 11010110 10000010 1001100 0 100111 1000000 10000 10111 111111 111001

Color Harmonies of #D6824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6824C

Black with #D6824C

Text Example


Text Example

White with #D6824C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6824C; }

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

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

background-color css

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

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

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

border-color css

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

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

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