Html Css Color HEX #D07D2F Bronze

📋 copy color: '#D07D2F'

red 208 ◦ green 125 ◦ blue 47

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

Shades of Bronze #D07D2F

Tints of Bronze #D07D2F

RGB

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

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

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

R = 54.74%
G = 32.89%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D07D2F (or 0xD07D2F) is known color: Bronze. HEX triplet: D0, 7D and 2F. RGB value is (208,125,47). Sum of RGB (Red+Green+Blue) = 208+125+47=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 47 (18.75% from 255 or 12.37% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07D2F is #2F82D0. Grayscale: #8D8D8D. Windows color (decimal): -3113681 or 3112400. OLE color: 3112400.

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

Color convert

RGB 208 125 47 -
CMYK 0 0.40 0.77 0.18
HSL 29.07º 0.63% 0.5% -
HSV(B) 29.07º 0.77% 0.82% -
XYZ 33.86 28.28 6.36 -
YUV 140.93 75 175.84 -
System Red Green Blue C M Y K H S L
Decimal 208 125 47 0 0.40 0.77 0.18 29.07 0.63 0.5
Hex D0 7D 2F 0 28 4D 12 1D 3F 32
Octal 320 175 57 0 50 115 22 35 77 62
Binary 11010000 1111101 101111 0 101000 1001101 10010 11101 111111 110010

Color Harmonies of #D07D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07D2F

Black with #D07D2F

Text Example


Text Example

White with #D07D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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