Html Css Color HEX #D07D32 Bronze

📋 copy color: '#D07D32'

red 208 ◦ green 125 ◦ blue 50

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

Shades of Bronze #D07D32

Tints of Bronze #D07D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.05%

R = 54.31%
G = 32.64%
B = 13.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D07D32 (or 0xD07D32) is known color: Bronze. HEX triplet: D0, 7D and 32. RGB value is (208,125,50). Sum of RGB (Red+Green+Blue) = 208+125+50=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 50 (19.92% from 255 or 13.05% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07D32 is #2F82CD. Grayscale: #8D8D8D. Windows color (decimal): -3113678 or 3309008. OLE color: 3309008.

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

Color convert

RGB 208 125 50 -
CMYK 0 0.40 0.76 0.18
HSL 28.48º 0.63% 0.51% -
HSV(B) 28.48º 0.76% 0.82% -
XYZ 33.92 28.31 6.69 -
YUV 141.27 76.5 175.6 -
System Red Green Blue C M Y K H S L
Decimal 208 125 50 0 0.40 0.76 0.18 28.48 0.63 0.51
Hex D0 7D 32 0 28 4C 12 1C 3F 33
Octal 320 175 62 0 50 114 22 34 77 63
Binary 11010000 1111101 110010 0 101000 1001100 10010 11100 111111 110011

Color Harmonies of #D07D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07D32

Black with #D07D32

Text Example


Text Example

White with #D07D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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