Html Css Color HEX #D07C2C Bronze

📋 copy color: '#D07C2C'

red 208 ◦ green 124 ◦ blue 44

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

Shades of Bronze #D07C2C

Tints of Bronze #D07C2C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.98%

 BLUE value IS 44 (17.58% from 255) = 11.7%

R = 55.32%
G = 32.98%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D07C2C (or 0xD07C2C) is known color: Bronze. HEX triplet: D0, 7C and 2C. RGB value is (208,124,44). Sum of RGB (Red+Green+Blue) = 208+124+44=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 44 (17.58% from 255 or 11.70% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07C2C is #2F83D3. Grayscale: #8C8C8C. Windows color (decimal): -3113940 or 2915536. OLE color: 2915536.

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

Color convert

RGB 208 124 44 -
CMYK 0 0.40 0.79 0.18
HSL 29.27º 0.65% 0.49% -
HSV(B) 29.27º 0.79% 0.82% -
XYZ 33.67 28.01 6.01 -
YUV 140 73.83 176.5 -
System Red Green Blue C M Y K H S L
Decimal 208 124 44 0 0.40 0.79 0.18 29.27 0.65 0.49
Hex D0 7C 2C 0 28 4F 12 1D 41 31
Octal 320 174 54 0 50 117 22 35 101 61
Binary 11010000 1111100 101100 0 101000 1001111 10010 11101 1000001 110001

Color Harmonies of #D07C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07C2C

Black with #D07C2C

Text Example


Text Example

White with #D07C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07C2C; }

 p { color: rgb(208,124,44); }

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

background-color css

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

 a { background-color: rgb(208,124,44); }

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

border-color css

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

 span { border-color: rgb(208,124,44); }

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