Html Css Color HEX #D07C4C Raw Sienna

📋 copy color: '#D07C4C'

red 208 ◦ green 124 ◦ blue 76

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

Shades of Raw Sienna #D07C4C

Tints of Raw Sienna #D07C4C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.39%

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

R = 50.98%
G = 30.39%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D07C4C (or 0xD07C4C) is known color: Raw Sienna. HEX triplet: D0, 7C and 4C. RGB value is (208,124,76). Sum of RGB (Red+Green+Blue) = 208+124+76=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 76 (30.08% from 255 or 18.63% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07C4C is #2F83B3. Grayscale: #8F8F8F. Windows color (decimal): -3113908 or 5012688. OLE color: 5012688.

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

Color convert

RGB 208 124 76 -
CMYK 0 0.40 0.63 0.18
HSL 21.82º 0.58% 0.56% -
HSV(B) 21.82º 0.63% 0.82% -
XYZ 34.52 28.35 10.49 -
YUV 143.64 89.83 173.9 -
System Red Green Blue C M Y K H S L
Decimal 208 124 76 0 0.40 0.63 0.18 21.82 0.58 0.56
Hex D0 7C 4C 0 28 3F 12 16 3A 38
Octal 320 174 114 0 50 77 22 26 72 70
Binary 11010000 1111100 1001100 0 101000 111111 10010 10110 111010 111000

Color Harmonies of #D07C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07C4C

Black with #D07C4C

Text Example


Text Example

White with #D07C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07C4C; }

 p { color: rgb(208,124,76); }

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

background-color css

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

 a { background-color: rgb(208,124,76); }

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

border-color css

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

 span { border-color: rgb(208,124,76); }

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