Html Css Color HEX #D07E29 Bronze

📋 copy color: '#D07E29'

red 208 ◦ green 126 ◦ blue 41

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

Shades of Bronze #D07E29

Tints of Bronze #D07E29

RGB

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

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

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

R = 55.47%
G = 33.6%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D07E29 (or 0xD07E29) is known color: Bronze. HEX triplet: D0, 7E and 29. RGB value is (208,126,41). Sum of RGB (Red+Green+Blue) = 208+126+41=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 41 (16.41% from 255 or 10.93% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07E29 is #2F81D6. Grayscale: #8D8D8D. Windows color (decimal): -3113431 or 2719440. OLE color: 2719440.

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

Color convert

RGB 208 126 41 -
CMYK 0 0.39 0.80 0.18
HSL 30.54º 0.67% 0.49% -
HSV(B) 30.54º 0.8% 0.82% -
XYZ 33.87 28.49 5.81 -
YUV 140.83 71.67 175.91 -
System Red Green Blue C M Y K H S L
Decimal 208 126 41 0 0.39 0.80 0.18 30.54 0.67 0.49
Hex D0 7E 29 0 27 50 12 1F 43 31
Octal 320 176 51 0 47 120 22 37 103 61
Binary 11010000 1111110 101001 0 100111 1010000 10010 11111 1000011 110001

Color Harmonies of #D07E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E29

Black with #D07E29

Text Example


Text Example

White with #D07E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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