Html Css Color HEX #D07D4B Raw Sienna

📋 copy color: '#D07D4B'

red 208 ◦ green 125 ◦ blue 75

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

Shades of Raw Sienna #D07D4B

Tints of Raw Sienna #D07D4B

RGB

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

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

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

R = 50.98%
G = 30.64%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D07D4B (or 0xD07D4B) is known color: Raw Sienna. HEX triplet: D0, 7D and 4B. RGB value is (208,125,75). Sum of RGB (Red+Green+Blue) = 208+125+75=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 75 (29.69% from 255 or 18.38% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07D4B is #2F82B4. Grayscale: #909090. Windows color (decimal): -3113653 or 4947408. OLE color: 4947408.

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

Color convert

RGB 208 125 75 -
CMYK 0 0.40 0.64 0.18
HSL 22.56º 0.59% 0.55% -
HSV(B) 22.56º 0.64% 0.82% -
XYZ 34.62 28.59 10.35 -
YUV 144.12 89 173.57 -
System Red Green Blue C M Y K H S L
Decimal 208 125 75 0 0.40 0.64 0.18 22.56 0.59 0.55
Hex D0 7D 4B 0 28 40 12 17 3B 37
Octal 320 175 113 0 50 100 22 27 73 67
Binary 11010000 1111101 1001011 0 101000 1000000 10010 10111 111011 110111

Color Harmonies of #D07D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07D4B

Black with #D07D4B

Text Example


Text Example

White with #D07D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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