Html Css Color HEX #D07E31 Bronze

📋 copy color: '#D07E31'

red 208 ◦ green 126 ◦ blue 49

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

Shades of Bronze #D07E31

Tints of Bronze #D07E31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.79%

R = 54.31%
G = 32.9%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D07E31 (or 0xD07E31) is known color: Bronze. HEX triplet: D0, 7E and 31. RGB value is (208,126,49). Sum of RGB (Red+Green+Blue) = 208+126+49=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 49 (19.53% from 255 or 12.79% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07E31 is #2F81CE. Grayscale: #8E8E8E. Windows color (decimal): -3113423 or 3243728. OLE color: 3243728.

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

Color convert

RGB 208 126 49 -
CMYK 0 0.39 0.76 0.18
HSL 29.06º 0.63% 0.5% -
HSV(B) 29.06º 0.76% 0.82% -
XYZ 34.03 28.55 6.62 -
YUV 141.74 75.67 175.26 -
System Red Green Blue C M Y K H S L
Decimal 208 126 49 0 0.39 0.76 0.18 29.06 0.63 0.5
Hex D0 7E 31 0 27 4C 12 1D 3F 32
Octal 320 176 61 0 47 114 22 35 77 62
Binary 11010000 1111110 110001 0 100111 1001100 10010 11101 111111 110010

Color Harmonies of #D07E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E31

Black with #D07E31

Text Example


Text Example

White with #D07E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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