#D68335

Color #D68335 Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze #D68335

Tints of Bronze #D68335

Color information

#D68335 (or 0xD68335) is unknown color: approx Bronze. HEX triplet: D6, 83 and 35. RGB value is (214,131,53). Sum of RGB (Red+Green+Blue) = 214+131+53=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 53 (21.09% from 255 or 13.32% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D68335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68335 is #297CCA. Grayscale: #939393. Windows color (decimal): -2718923 or 3507158. OLE color: 3507158.

HSL color Cylindrical-coordinate representation of color #D68335: hue angle of 29.07º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D68335 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB21413153-
CMYK00.390.750.16
HSL29.07º66.26%52.35%-
HSV(B)29.07º75.23%83.92%-
XYZ36.4930.797.39-
YUV146.9275175.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.77%
GREEN value IS 131 (51.56% from 255) = 32.91%
BLUE value IS 53 (21.09% from 255) = 13.32%
R=53.77%
G=32.91%
B=13.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141315300.390.750.1629.0766.2652.35
HexD683350274B101d4234
Octal32620365047113203510264
Binary11010110100000111101010100111100101110000111011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68335; }

 p { color: rgb(214,131,53); }

 H1.HeaderClassName
 {
   color: #D68335;
 }
 .AnyTagClassName
 {
   color: #D68335;
 }
</style>
background-color css

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

 a { background-color: rgb(214,131,53); }

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

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

 span { border-color: rgb(214,131,53); }

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