Html Css Color HEX #D27C3A Bronze

📋 copy color: '#D27C3A'

red 210 ◦ green 124 ◦ blue 58

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

Shades of Bronze #D27C3A

Tints of Bronze #D27C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.8%

R = 53.57%
G = 31.63%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D27C3A (or 0xD27C3A) is known color: Bronze. HEX triplet: D2, 7C and 3A. RGB value is (210,124,58). Sum of RGB (Red+Green+Blue) = 210+124+58=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 58 (23.05% from 255 or 14.80% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27C3A is #2D83C5. Grayscale: #8E8E8E. Windows color (decimal): -2982854 or 3833042. OLE color: 3833042.

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

Color convert

RGB 210 124 58 -
CMYK 0 0.41 0.72 0.18
HSL 26.05º 0.63% 0.53% -
HSV(B) 26.05º 0.72% 0.82% -
XYZ 34.55 28.42 7.67 -
YUV 142.19 80.49 176.37 -
System Red Green Blue C M Y K H S L
Decimal 210 124 58 0 0.41 0.72 0.18 26.05 0.63 0.53
Hex D2 7C 3A 0 29 48 12 1A 3F 35
Octal 322 174 72 0 51 110 22 32 77 65
Binary 11010010 1111100 111010 0 101001 1001000 10010 11010 111111 110101

Color Harmonies of #D27C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27C3A

Black with #D27C3A

Text Example


Text Example

White with #D27C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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