Html Css Color HEX #D07D2C Bronze

📋 copy color: '#D07D2C'

red 208 ◦ green 125 ◦ blue 44

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

Shades of Bronze #D07D2C

Tints of Bronze #D07D2C

RGB

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

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

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

R = 55.17%
G = 33.16%
B = 11.67%

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

#D07D2C (or 0xD07D2C) is known color: Bronze. HEX triplet: D0, 7D and 2C. RGB value is (208,125,44). Sum of RGB (Red+Green+Blue) = 208+125+44=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07D2C is #2F82D3. Grayscale: #8C8C8C. Windows color (decimal): -3113684 or 2915792. OLE color: 2915792.

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

Color convert

RGB 208 125 44 -
CMYK 0 0.40 0.79 0.18
HSL 29.63º 0.65% 0.49% -
HSV(B) 29.63º 0.79% 0.82% -
XYZ 33.8 28.26 6.06 -
YUV 140.58 73.5 176.09 -
System Red Green Blue C M Y K H S L
Decimal 208 125 44 0 0.40 0.79 0.18 29.63 0.65 0.49
Hex D0 7D 2C 0 28 4F 12 1E 41 31
Octal 320 175 54 0 50 117 22 36 101 61
Binary 11010000 1111101 101100 0 101000 1001111 10010 11110 1000001 110001

Color Harmonies of #D07D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07D2C

Black with #D07D2C

Text Example


Text Example

White with #D07D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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