Html Css Color HEX #D07E2A Bronze

📋 copy color: '#D07E2A'

red 208 ◦ green 126 ◦ blue 42

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

Shades of Bronze #D07E2A

Tints of Bronze #D07E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.17%

R = 55.32%
G = 33.51%
B = 11.17%

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

#D07E2A (or 0xD07E2A) is known color: Bronze. HEX triplet: D0, 7E and 2A. RGB value is (208,126,42). Sum of RGB (Red+Green+Blue) = 208+126+42=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 42 (16.80% from 255 or 11.17% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07E2A is #2F81D5. Grayscale: #8D8D8D. Windows color (decimal): -3113430 or 2784976. OLE color: 2784976.

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

Color convert

RGB 208 126 42 -
CMYK 0 0.39 0.80 0.18
HSL 30.36º 0.66% 0.49% -
HSV(B) 30.36º 0.8% 0.82% -
XYZ 33.89 28.5 5.91 -
YUV 140.94 72.17 175.83 -
System Red Green Blue C M Y K H S L
Decimal 208 126 42 0 0.39 0.80 0.18 30.36 0.66 0.49
Hex D0 7E 2A 0 27 50 12 1E 42 31
Octal 320 176 52 0 47 120 22 36 102 61
Binary 11010000 1111110 101010 0 100111 1010000 10010 11110 1000010 110001

Color Harmonies of #D07E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E2A

Black with #D07E2A

Text Example


Text Example

White with #D07E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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