Html Css Color HEX #D07D30 Bronze

📋 copy color: '#D07D30'

red 208 ◦ green 125 ◦ blue 48

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

Shades of Bronze #D07D30

Tints of Bronze #D07D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.6%

R = 54.59%
G = 32.81%
B = 12.6%

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

#D07D30 (or 0xD07D30) is known color: Bronze. HEX triplet: D0, 7D and 30. RGB value is (208,125,48). Sum of RGB (Red+Green+Blue) = 208+125+48=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 48 (19.14% from 255 or 12.60% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07D30 is #2F82CF. Grayscale: #8D8D8D. Windows color (decimal): -3113680 or 3177936. OLE color: 3177936.

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

Color convert

RGB 208 125 48 -
CMYK 0 0.40 0.77 0.18
HSL 28.88º 0.63% 0.5% -
HSV(B) 28.88º 0.77% 0.82% -
XYZ 33.88 28.29 6.47 -
YUV 141.04 75.5 175.76 -
System Red Green Blue C M Y K H S L
Decimal 208 125 48 0 0.40 0.77 0.18 28.88 0.63 0.5
Hex D0 7D 30 0 28 4D 12 1D 3F 32
Octal 320 175 60 0 50 115 22 35 77 62
Binary 11010000 1111101 110000 0 101000 1001101 10010 11101 111111 110010

Color Harmonies of #D07D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07D30

Black with #D07D30

Text Example


Text Example

White with #D07D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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