Html Css Color HEX #D07D50 Raw Sienna

📋 copy color: '#D07D50'

red 208 ◦ green 125 ◦ blue 80

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

Shades of Raw Sienna #D07D50

Tints of Raw Sienna #D07D50

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.27%

 BLUE value IS 80 (31.64% from 255) = 19.37%

R = 50.36%
G = 30.27%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D07D50 (or 0xD07D50) is known color: Raw Sienna. HEX triplet: D0, 7D and 50. RGB value is (208,125,80). Sum of RGB (Red+Green+Blue) = 208+125+80=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07D50 is #2F82AF. Grayscale: #909090. Windows color (decimal): -3113648 or 5275088. OLE color: 5275088.

HSL color Cylindrical-coordinate representation of color #D07D50: hue angle of 21.09º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D07D50 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 125 80 -
CMYK 0 0.40 0.62 0.18
HSL 21.09º 0.58% 0.56% -
HSV(B) 21.09º 0.62% 0.82% -
XYZ 34.79 28.66 11.29 -
YUV 144.69 91.5 173.16 -
System Red Green Blue C M Y K H S L
Decimal 208 125 80 0 0.40 0.62 0.18 21.09 0.58 0.56
Hex D0 7D 50 0 28 3E 12 15 3A 38
Octal 320 175 120 0 50 76 22 25 72 70
Binary 11010000 1111101 1010000 0 101000 111110 10010 10101 111010 111000

Color Harmonies of #D07D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07D50

Black with #D07D50

Text Example


Text Example

White with #D07D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07D50; }

 p { color: rgb(208,125,80); }

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

background-color css

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

 a { background-color: rgb(208,125,80); }

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

border-color css

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

 span { border-color: rgb(208,125,80); }

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