Html Css Color HEX #D28238 Bronze

📋 copy color: '#D28238'

red 210 ◦ green 130 ◦ blue 56

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

Shades of Bronze #D28238

Tints of Bronze #D28238

RGB

 RED value IS 210 (82.42% from 255) = 53.03%

 GREEN value IS 130 (51.17% from 255) = 32.83%

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

R = 53.03%
G = 32.83%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D28238 (or 0xD28238) is known color: Bronze. HEX triplet: D2, 82 and 38. RGB value is (210,130,56). Sum of RGB (Red+Green+Blue) = 210+130+56=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 56 (22.27% from 255 or 14.14% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D28238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28238 is #2D7DC7. Grayscale: #919191. Windows color (decimal): -2981320 or 3703506. OLE color: 3703506.

HSL color Cylindrical-coordinate representation of color #D28238: hue angle of 28.83º degrees, saturation: 0.63, 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 #D28238 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 130 56 -
CMYK 0 0.38 0.73 0.18
HSL 28.83º 0.63% 0.52% -
HSV(B) 28.83º 0.73% 0.82% -
XYZ 35.27 29.95 7.66 -
YUV 145.48 77.5 174.02 -
System Red Green Blue C M Y K H S L
Decimal 210 130 56 0 0.38 0.73 0.18 28.83 0.63 0.52
Hex D2 82 38 0 26 49 12 1D 3F 34
Octal 322 202 70 0 46 111 22 35 77 64
Binary 11010010 10000010 111000 0 100110 1001001 10010 11101 111111 110100

Color Harmonies of #D28238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28238

Black with #D28238

Text Example


Text Example

White with #D28238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28238; }

 p { color: rgb(210,130,56); }

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

background-color css

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

 a { background-color: rgb(210,130,56); }

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

border-color css

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

 span { border-color: rgb(210,130,56); }

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