Html Css Color HEX #D27C2F Bronze

📋 copy color: '#D27C2F'

red 210 ◦ green 124 ◦ blue 47

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

Shades of Bronze #D27C2F

Tints of Bronze #D27C2F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.55%

 BLUE value IS 47 (18.75% from 255) = 12.34%

R = 55.12%
G = 32.55%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D27C2F (or 0xD27C2F) is known color: Bronze. HEX triplet: D2, 7C and 2F. RGB value is (210,124,47). Sum of RGB (Red+Green+Blue) = 210+124+47=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 47 (18.75% from 255 or 12.34% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27C2F is #2D83D0. Grayscale: #8D8D8D. Windows color (decimal): -2982865 or 3112146. OLE color: 3112146.

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

Color convert

RGB 210 124 47 -
CMYK 0 0.41 0.78 0.18
HSL 28.34º 0.64% 0.5% -
HSV(B) 28.34º 0.78% 0.82% -
XYZ 34.3 28.32 6.35 -
YUV 140.94 74.99 177.26 -
System Red Green Blue C M Y K H S L
Decimal 210 124 47 0 0.41 0.78 0.18 28.34 0.64 0.5
Hex D2 7C 2F 0 29 4E 12 1C 40 32
Octal 322 174 57 0 51 116 22 34 100 62
Binary 11010010 1111100 101111 0 101001 1001110 10010 11100 1000000 110010

Color Harmonies of #D27C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27C2F

Black with #D27C2F

Text Example


Text Example

White with #D27C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27C2F; }

 p { color: rgb(210,124,47); }

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

background-color css

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

 a { background-color: rgb(210,124,47); }

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

border-color css

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

 span { border-color: rgb(210,124,47); }

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