Html Css Color HEX #D27A30 Bronze

📋 copy color: '#D27A30'

red 210 ◦ green 122 ◦ blue 48

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

Shades of Bronze #D27A30

Tints of Bronze #D27A30

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.11%

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

R = 55.26%
G = 32.11%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D27A30 (or 0xD27A30) is known color: Bronze. HEX triplet: D2, 7A and 30. RGB value is (210,122,48). Sum of RGB (Red+Green+Blue) = 210+122+48=380 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.26% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 48 (19.14% from 255 or 12.63% from 380); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27A30 is #2D85CF. Grayscale: #8C8C8C. Windows color (decimal): -2983376 or 3177170. OLE color: 3177170.

HSL color Cylindrical-coordinate representation of color #D27A30: hue angle of 27.41º 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 #D27A30 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 122 48 -
CMYK 0 0.42 0.77 0.18
HSL 27.41º 0.64% 0.51% -
HSV(B) 27.41º 0.77% 0.82% -
XYZ 34.07 27.83 6.37 -
YUV 139.88 76.15 178.02 -
System Red Green Blue C M Y K H S L
Decimal 210 122 48 0 0.42 0.77 0.18 27.41 0.64 0.51
Hex D2 7A 30 0 2A 4D 12 1B 40 33
Octal 322 172 60 0 52 115 22 33 100 63
Binary 11010010 1111010 110000 0 101010 1001101 10010 11011 1000000 110011

Color Harmonies of #D27A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27A30

Black with #D27A30

Text Example


Text Example

White with #D27A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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