Html Css Color HEX #D07F34 Bronze

📋 copy color: '#D07F34'

red 208 ◦ green 127 ◦ blue 52

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

Shades of Bronze #D07F34

Tints of Bronze #D07F34

RGB

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

 GREEN value IS 127 (50% from 255) = 32.82%

 BLUE value IS 52 (20.7% from 255) = 13.44%

R = 53.75%
G = 32.82%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D07F34 (or 0xD07F34) is known color: Bronze. HEX triplet: D0, 7F and 34. RGB value is (208,127,52). Sum of RGB (Red+Green+Blue) = 208+127+52=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 52 (20.70% from 255 or 13.44% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07F34 is #2F80CB. Grayscale: #8F8F8F. Windows color (decimal): -3113164 or 3440592. OLE color: 3440592.

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

Color convert

RGB 208 127 52 -
CMYK 0 0.39 0.75 0.18
HSL 28.85º 0.62% 0.51% -
HSV(B) 28.85º 0.75% 0.82% -
XYZ 34.22 28.84 7.01 -
YUV 142.67 76.84 174.6 -
System Red Green Blue C M Y K H S L
Decimal 208 127 52 0 0.39 0.75 0.18 28.85 0.62 0.51
Hex D0 7F 34 0 27 4B 12 1D 3E 33
Octal 320 177 64 0 47 113 22 35 76 63
Binary 11010000 1111111 110100 0 100111 1001011 10010 11101 111110 110011

Color Harmonies of #D07F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07F34

Black with #D07F34

Text Example


Text Example

White with #D07F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07F34; }

 p { color: rgb(208,127,52); }

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

background-color css

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

 a { background-color: rgb(208,127,52); }

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

border-color css

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

 span { border-color: rgb(208,127,52); }

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