Html Css Color HEX #D07C34 Bronze

📋 copy color: '#D07C34'

red 208 ◦ green 124 ◦ blue 52

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

Shades of Bronze #D07C34

Tints of Bronze #D07C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.54%

R = 54.17%
G = 32.29%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D07C34 (or 0xD07C34) is known color: Bronze. HEX triplet: D0, 7C and 34. RGB value is (208,124,52). Sum of RGB (Red+Green+Blue) = 208+124+52=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 52 (20.70% from 255 or 13.54% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07C34 is #2F83CB. Grayscale: #8D8D8D. Windows color (decimal): -3113932 or 3439824. OLE color: 3439824.

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

Color convert

RGB 208 124 52 -
CMYK 0 0.40 0.75 0.18
HSL 27.69º 0.62% 0.51% -
HSV(B) 27.69º 0.75% 0.82% -
XYZ 33.84 28.07 6.88 -
YUV 140.91 77.83 175.85 -
System Red Green Blue C M Y K H S L
Decimal 208 124 52 0 0.40 0.75 0.18 27.69 0.62 0.51
Hex D0 7C 34 0 28 4B 12 1C 3E 33
Octal 320 174 64 0 50 113 22 34 76 63
Binary 11010000 1111100 110100 0 101000 1001011 10010 11100 111110 110011

Color Harmonies of #D07C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07C34

Black with #D07C34

Text Example


Text Example

White with #D07C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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