Html Css Color HEX #D07D29 Bronze

📋 copy color: '#D07D29'

red 208 ◦ green 125 ◦ blue 41

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

Shades of Bronze #D07D29

Tints of Bronze #D07D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.96%

R = 55.61%
G = 33.42%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D07D29 (or 0xD07D29) is known color: Bronze. HEX triplet: D0, 7D and 29. RGB value is (208,125,41). Sum of RGB (Red+Green+Blue) = 208+125+41=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 41 (16.41% from 255 or 10.96% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07D29 is #2F82D6. Grayscale: #8C8C8C. Windows color (decimal): -3113687 or 2719184. OLE color: 2719184.

HSL color Cylindrical-coordinate representation of color #D07D29: hue angle of 30.18º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D07D29 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 125 41 -
CMYK 0 0.40 0.80 0.18
HSL 30.18º 0.67% 0.49% -
HSV(B) 30.18º 0.8% 0.82% -
XYZ 33.75 28.24 5.77 -
YUV 140.24 72 176.33 -
System Red Green Blue C M Y K H S L
Decimal 208 125 41 0 0.40 0.80 0.18 30.18 0.67 0.49
Hex D0 7D 29 0 28 50 12 1E 43 31
Octal 320 175 51 0 50 120 22 36 103 61
Binary 11010000 1111101 101001 0 101000 1010000 10010 11110 1000011 110001

Color Harmonies of #D07D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07D29

Black with #D07D29

Text Example


Text Example

White with #D07D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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