Html Css Color HEX #D27A2B Bronze

📋 copy color: '#D27A2B'

red 210 ◦ green 122 ◦ blue 43

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

Shades of Bronze #D27A2B

Tints of Bronze #D27A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.47%

R = 56%
G = 32.53%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D27A2B (or 0xD27A2B) is known color: Bronze. HEX triplet: D2, 7A and 2B. RGB value is (210,122,43). Sum of RGB (Red+Green+Blue) = 210+122+43=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27A2B is #2D85D4. Grayscale: #8B8B8B. Windows color (decimal): -2983381 or 2849490. OLE color: 2849490.

HSL color Cylindrical-coordinate representation of color #D27A2B: hue angle of 28.38º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D27A2B is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 122 43 -
CMYK 0 0.42 0.80 0.18
HSL 28.38º 0.66% 0.5% -
HSV(B) 28.38º 0.8% 0.82% -
XYZ 33.97 27.8 5.86 -
YUV 139.31 73.65 178.42 -
System Red Green Blue C M Y K H S L
Decimal 210 122 43 0 0.42 0.80 0.18 28.38 0.66 0.5
Hex D2 7A 2B 0 2A 50 12 1C 42 32
Octal 322 172 53 0 52 120 22 34 102 62
Binary 11010010 1111010 101011 0 101010 1010000 10010 11100 1000010 110010

Color Harmonies of #D27A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27A2B

Black with #D27A2B

Text Example


Text Example

White with #D27A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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