Html Css Color HEX #D07E2F Bronze

📋 copy color: '#D07E2F'

red 208 ◦ green 126 ◦ blue 47

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

Shades of Bronze #D07E2F

Tints of Bronze #D07E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.34%

R = 54.59%
G = 33.07%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D07E2F (or 0xD07E2F) is known color: Bronze. HEX triplet: D0, 7E and 2F. RGB value is (208,126,47). Sum of RGB (Red+Green+Blue) = 208+126+47=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 47 (18.75% from 255 or 12.34% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07E2F is #2F81D0. Grayscale: #8D8D8D. Windows color (decimal): -3113425 or 3112656. OLE color: 3112656.

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

Color convert

RGB 208 126 47 -
CMYK 0 0.39 0.77 0.18
HSL 29.44º 0.63% 0.5% -
HSV(B) 29.44º 0.77% 0.82% -
XYZ 33.99 28.54 6.41 -
YUV 141.51 74.67 175.42 -
System Red Green Blue C M Y K H S L
Decimal 208 126 47 0 0.39 0.77 0.18 29.44 0.63 0.5
Hex D0 7E 2F 0 27 4D 12 1D 3F 32
Octal 320 176 57 0 47 115 22 35 77 62
Binary 11010000 1111110 101111 0 100111 1001101 10010 11101 111111 110010

Color Harmonies of #D07E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E2F

Black with #D07E2F

Text Example


Text Example

White with #D07E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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