Html Css Color HEX #D27E33 Bronze

📋 copy color: '#D27E33'

red 210 ◦ green 126 ◦ blue 51

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

Shades of Bronze #D27E33

Tints of Bronze #D27E33

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.56%

 BLUE value IS 51 (20.31% from 255) = 13.18%

R = 54.26%
G = 32.56%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D27E33 (or 0xD27E33) is known color: Bronze. HEX triplet: D2, 7E and 33. RGB value is (210,126,51). Sum of RGB (Red+Green+Blue) = 210+126+51=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 51 (20.31% from 255 or 13.18% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D27E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27E33 is #2D81CC. Grayscale: #8E8E8E. Windows color (decimal): -2982349 or 3374802. OLE color: 3374802.

HSL color Cylindrical-coordinate representation of color #D27E33: hue angle of 28.3º degrees, saturation: 0.64, 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 #D27E33 is Cyan = 0, Magento = 0.4, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 126 51 -
CMYK 0 0.4 0.76 0.18
HSL 28.3º 0.64% 0.51% -
HSV(B) 28.3º 0.76% 0.82% -
XYZ 34.64 28.86 6.88 -
YUV 142.57 76.33 176.1 -
System Red Green Blue C M Y K H S L
Decimal 210 126 51 0 0.4 0.76 0.18 28.3 0.64 0.51
Hex D2 7E 33 0 28 4C 12 1C 40 33
Octal 322 176 63 0 50 114 22 34 100 63
Binary 11010010 1111110 110011 0 101000 1001100 10010 11100 1000000 110011

Color Harmonies of #D27E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27E33

Black with #D27E33

Text Example


Text Example

White with #D27E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27E33; }

 p { color: rgb(210,126,51); }

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

background-color css

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

 a { background-color: rgb(210,126,51); }

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

border-color css

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

 span { border-color: rgb(210,126,51); }

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