Html Css Color HEX #D27E2A Bronze

📋 copy color: '#D27E2A'

red 210 ◦ green 126 ◦ blue 42

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

Shades of Bronze #D27E2A

Tints of Bronze #D27E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.11%

R = 55.56%
G = 33.33%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.8

 K value IS 0.18

RGB Variations

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

Color information

#D27E2A (or 0xD27E2A) is known color: Bronze. HEX triplet: D2, 7E and 2A. RGB value is (210,126,42). Sum of RGB (Red+Green+Blue) = 210+126+42=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 42 (16.80% from 255 or 11.11% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D27E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27E2A is #2D81D5. Grayscale: #8D8D8D. Windows color (decimal): -2982358 or 2784978. OLE color: 2784978.

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

Color convert

RGB 210 126 42 -
CMYK 0 0.4 0.8 0.18
HSL 30º 0.67% 0.49% -
HSV(B) 30º 0.8% 0.82% -
XYZ 34.46 28.79 5.93 -
YUV 141.54 71.83 176.83 -
System Red Green Blue C M Y K H S L
Decimal 210 126 42 0 0.4 0.8 0.18 30 0.67 0.49
Hex D2 7E 2A 0 28 50 12 1E 43 31
Octal 322 176 52 0 50 120 22 36 103 61
Binary 11010010 1111110 101010 0 101000 1010000 10010 11110 1000011 110001

Color Harmonies of #D27E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27E2A

Black with #D27E2A

Text Example


Text Example

White with #D27E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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