Html Css Color HEX #D27D2B Bronze

📋 copy color: '#D27D2B'

red 210 ◦ green 125 ◦ blue 43

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

Shades of Bronze #D27D2B

Tints of Bronze #D27D2B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.07%

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

R = 55.56%
G = 33.07%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D27D2B (or 0xD27D2B) is known color: Bronze. HEX triplet: D2, 7D and 2B. RGB value is (210,125,43). Sum of RGB (Red+Green+Blue) = 210+125+43=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 43 (17.19% from 255 or 11.38% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27D2B is #2D82D4. Grayscale: #8D8D8D. Windows color (decimal): -2982613 or 2850258. OLE color: 2850258.

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

Color convert

RGB 210 125 43 -
CMYK 0 0.40 0.80 0.18
HSL 29.46º 0.66% 0.5% -
HSV(B) 29.46º 0.8% 0.82% -
XYZ 34.35 28.54 5.98 -
YUV 141.07 72.66 177.17 -
System Red Green Blue C M Y K H S L
Decimal 210 125 43 0 0.40 0.80 0.18 29.46 0.66 0.5
Hex D2 7D 2B 0 28 50 12 1D 42 32
Octal 322 175 53 0 50 120 22 35 102 62
Binary 11010010 1111101 101011 0 101000 1010000 10010 11101 1000010 110010

Color Harmonies of #D27D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27D2B

Black with #D27D2B

Text Example


Text Example

White with #D27D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27D2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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