Html Css Color HEX #D07D38 Bronze

📋 copy color: '#D07D38'

red 208 ◦ green 125 ◦ blue 56

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

Shades of Bronze #D07D38

Tints of Bronze #D07D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.4%

R = 53.47%
G = 32.13%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D07D38 (or 0xD07D38) is known color: Bronze. HEX triplet: D0, 7D and 38. RGB value is (208,125,56). Sum of RGB (Red+Green+Blue) = 208+125+56=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 56 (22.27% from 255 or 14.40% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07D38 is #2F82C7. Grayscale: #8E8E8E. Windows color (decimal): -3113672 or 3702224. OLE color: 3702224.

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

Color convert

RGB 208 125 56 -
CMYK 0 0.40 0.73 0.18
HSL 27.24º 0.62% 0.52% -
HSV(B) 27.24º 0.73% 0.82% -
XYZ 34.06 28.36 7.42 -
YUV 141.95 79.5 175.11 -
System Red Green Blue C M Y K H S L
Decimal 208 125 56 0 0.40 0.73 0.18 27.24 0.62 0.52
Hex D0 7D 38 0 28 49 12 1B 3E 34
Octal 320 175 70 0 50 111 22 33 76 64
Binary 11010000 1111101 111000 0 101000 1001001 10010 11011 111110 110100

Color Harmonies of #D07D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07D38

Black with #D07D38

Text Example


Text Example

White with #D07D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07D38; }

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

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

background-color css

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

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

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

border-color css

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

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

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