Html Css Color HEX #D07E4B Raw Sienna

📋 copy color: '#D07E4B'

red 208 ◦ green 126 ◦ blue 75

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

Shades of Raw Sienna #D07E4B

Tints of Raw Sienna #D07E4B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.81%

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

R = 50.86%
G = 30.81%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D07E4B (or 0xD07E4B) is known color: Raw Sienna. HEX triplet: D0, 7E and 4B. RGB value is (208,126,75). Sum of RGB (Red+Green+Blue) = 208+126+75=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 75 (29.69% from 255 or 18.34% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07E4B is #2F81B4. Grayscale: #909090. Windows color (decimal): -3113397 or 4947664. OLE color: 4947664.

HSL color Cylindrical-coordinate representation of color #D07E4B: hue angle of 23.01º 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 #D07E4B is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 126 75 -
CMYK 0 0.39 0.64 0.18
HSL 23.01º 0.59% 0.55% -
HSV(B) 23.01º 0.64% 0.82% -
XYZ 34.74 28.84 10.39 -
YUV 144.7 88.67 173.15 -
System Red Green Blue C M Y K H S L
Decimal 208 126 75 0 0.39 0.64 0.18 23.01 0.59 0.55
Hex D0 7E 4B 0 27 40 12 17 3B 37
Octal 320 176 113 0 47 100 22 27 73 67
Binary 11010000 1111110 1001011 0 100111 1000000 10010 10111 111011 110111

Color Harmonies of #D07E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E4B

Black with #D07E4B

Text Example


Text Example

White with #D07E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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