Html Css Color HEX #D07F32 Bronze

📋 copy color: '#D07F32'

red 208 ◦ green 127 ◦ blue 50

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

Shades of Bronze #D07F32

Tints of Bronze #D07F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.99%

R = 54.03%
G = 32.99%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D07F32 (or 0xD07F32) is known color: Bronze. HEX triplet: D0, 7F and 32. RGB value is (208,127,50). Sum of RGB (Red+Green+Blue) = 208+127+50=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07F32 is #2F80CD. Grayscale: #8E8E8E. Windows color (decimal): -3113166 or 3309520. OLE color: 3309520.

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

Color convert

RGB 208 127 50 -
CMYK 0 0.39 0.76 0.18
HSL 29.24º 0.63% 0.51% -
HSV(B) 29.24º 0.76% 0.82% -
XYZ 34.18 28.82 6.78 -
YUV 142.44 75.84 174.76 -
System Red Green Blue C M Y K H S L
Decimal 208 127 50 0 0.39 0.76 0.18 29.24 0.63 0.51
Hex D0 7F 32 0 27 4C 12 1D 3F 33
Octal 320 177 62 0 47 114 22 35 77 63
Binary 11010000 1111111 110010 0 100111 1001100 10010 11101 111111 110011

Color Harmonies of #D07F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07F32

Black with #D07F32

Text Example


Text Example

White with #D07F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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