Html Css Color HEX #D07D2B Bronze

📋 copy color: '#D07D2B'

red 208 ◦ green 125 ◦ blue 43

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

Shades of Bronze #D07D2B

Tints of Bronze #D07D2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.44%

R = 55.32%
G = 33.24%
B = 11.44%

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

#D07D2B (or 0xD07D2B) is known color: Bronze. HEX triplet: D0, 7D and 2B. RGB value is (208,125,43). Sum of RGB (Red+Green+Blue) = 208+125+43=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 43 (17.19% from 255 or 11.44% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07D2B is #2F82D4. Grayscale: #8C8C8C. Windows color (decimal): -3113685 or 2850256. OLE color: 2850256.

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

Color convert

RGB 208 125 43 -
CMYK 0 0.40 0.79 0.18
HSL 29.82º 0.66% 0.49% -
HSV(B) 29.82º 0.79% 0.82% -
XYZ 33.78 28.25 5.96 -
YUV 140.47 73 176.17 -
System Red Green Blue C M Y K H S L
Decimal 208 125 43 0 0.40 0.79 0.18 29.82 0.66 0.49
Hex D0 7D 2B 0 28 4F 12 1E 42 31
Octal 320 175 53 0 50 117 22 36 102 61
Binary 11010000 1111101 101011 0 101000 1001111 10010 11110 1000010 110001

Color Harmonies of #D07D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07D2B

Black with #D07D2B

Text Example


Text Example

White with #D07D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07D2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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