Html Css Color HEX #D07D35 Bronze

📋 copy color: '#D07D35'

red 208 ◦ green 125 ◦ blue 53

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

Shades of Bronze #D07D35

Tints of Bronze #D07D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.73%

R = 53.89%
G = 32.38%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D07D35 (or 0xD07D35) is known color: Bronze. HEX triplet: D0, 7D and 35. RGB value is (208,125,53). Sum of RGB (Red+Green+Blue) = 208+125+53=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 53 (21.09% from 255 or 13.73% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07D35 is #2F82CA. Grayscale: #8D8D8D. Windows color (decimal): -3113675 or 3505616. OLE color: 3505616.

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

Color convert

RGB 208 125 53 -
CMYK 0 0.40 0.75 0.18
HSL 27.87º 0.62% 0.51% -
HSV(B) 27.87º 0.75% 0.82% -
XYZ 33.99 28.33 7.05 -
YUV 141.61 78 175.35 -
System Red Green Blue C M Y K H S L
Decimal 208 125 53 0 0.40 0.75 0.18 27.87 0.62 0.51
Hex D0 7D 35 0 28 4B 12 1C 3E 33
Octal 320 175 65 0 50 113 22 34 76 63
Binary 11010000 1111101 110101 0 101000 1001011 10010 11100 111110 110011

Color Harmonies of #D07D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07D35

Black with #D07D35

Text Example


Text Example

White with #D07D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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