Html Css Color HEX #D07C2E Bronze

📋 copy color: '#D07C2E'

red 208 ◦ green 124 ◦ blue 46

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

Shades of Bronze #D07C2E

Tints of Bronze #D07C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.17%

R = 55.03%
G = 32.8%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D07C2E (or 0xD07C2E) is known color: Bronze. HEX triplet: D0, 7C and 2E. RGB value is (208,124,46). Sum of RGB (Red+Green+Blue) = 208+124+46=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 46 (18.36% from 255 or 12.17% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07C2E is #2F83D1. Grayscale: #8C8C8C. Windows color (decimal): -3113938 or 3046608. OLE color: 3046608.

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

Color convert

RGB 208 124 46 -
CMYK 0 0.40 0.78 0.18
HSL 28.89º 0.64% 0.5% -
HSV(B) 28.89º 0.78% 0.82% -
XYZ 33.71 28.02 6.22 -
YUV 140.22 74.83 176.34 -
System Red Green Blue C M Y K H S L
Decimal 208 124 46 0 0.40 0.78 0.18 28.89 0.64 0.5
Hex D0 7C 2E 0 28 4E 12 1D 40 32
Octal 320 174 56 0 50 116 22 35 100 62
Binary 11010000 1111100 101110 0 101000 1001110 10010 11101 1000000 110010

Color Harmonies of #D07C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07C2E

Black with #D07C2E

Text Example


Text Example

White with #D07C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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