Html Css Color HEX #D27E30 Bronze

📋 copy color: '#D27E30'

red 210 ◦ green 126 ◦ blue 48

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

Shades of Bronze #D27E30

Tints of Bronze #D27E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.5%

R = 54.69%
G = 32.81%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D27E30 (or 0xD27E30) is known color: Bronze. HEX triplet: D2, 7E and 30. RGB value is (210,126,48). Sum of RGB (Red+Green+Blue) = 210+126+48=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 48 (19.14% from 255 or 12.5% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D27E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27E30 is #2D81CF. Grayscale: #8E8E8E. Windows color (decimal): -2982352 or 3178194. OLE color: 3178194.

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

Color convert

RGB 210 126 48 -
CMYK 0 0.4 0.77 0.18
HSL 28.89º 0.64% 0.51% -
HSV(B) 28.89º 0.77% 0.82% -
XYZ 34.57 28.84 6.54 -
YUV 142.22 74.83 176.34 -
System Red Green Blue C M Y K H S L
Decimal 210 126 48 0 0.4 0.77 0.18 28.89 0.64 0.51
Hex D2 7E 30 0 28 4D 12 1D 40 33
Octal 322 176 60 0 50 115 22 35 100 63
Binary 11010010 1111110 110000 0 101000 1001101 10010 11101 1000000 110011

Color Harmonies of #D27E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27E30

Black with #D27E30

Text Example


Text Example

White with #D27E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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