Html Css Color HEX #D0824B Raw Sienna

📋 copy color: '#D0824B'

red 208 ◦ green 130 ◦ blue 75

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

Shades of Raw Sienna #D0824B

Tints of Raw Sienna #D0824B

RGB

 RED value IS 208 (81.64% from 255) = 50.36%

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

 BLUE value IS 75 (29.69% from 255) = 18.16%

R = 50.36%
G = 31.48%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0824B (or 0xD0824B) is known color: Raw Sienna. HEX triplet: D0, 82 and 4B. RGB value is (208,130,75). Sum of RGB (Red+Green+Blue) = 208+130+75=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 75 (29.69% from 255 or 18.16% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D0824B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0824B is #2F7DB4. Grayscale: #939393. Windows color (decimal): -3112373 or 4948688. OLE color: 4948688.

HSL color Cylindrical-coordinate representation of color #D0824B: hue angle of 24.81º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0824B is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 130 75 -
CMYK 0 0.38 0.64 0.18
HSL 24.81º 0.59% 0.55% -
HSV(B) 24.81º 0.64% 0.82% -
XYZ 35.27 29.88 10.57 -
YUV 147.05 87.34 171.47 -
System Red Green Blue C M Y K H S L
Decimal 208 130 75 0 0.38 0.64 0.18 24.81 0.59 0.55
Hex D0 82 4B 0 26 40 12 19 3B 37
Octal 320 202 113 0 46 100 22 31 73 67
Binary 11010000 10000010 1001011 0 100110 1000000 10010 11001 111011 110111

Color Harmonies of #D0824B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0824B

Black with #D0824B

Text Example


Text Example

White with #D0824B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0824B; }

 p { color: rgb(208,130,75); }

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

background-color css

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

 a { background-color: rgb(208,130,75); }

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

border-color css

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

 span { border-color: rgb(208,130,75); }

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