Html Css Color HEX #D27D33 Bronze

📋 copy color: '#D27D33'

red 210 ◦ green 125 ◦ blue 51

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

Shades of Bronze #D27D33

Tints of Bronze #D27D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.21%

R = 54.4%
G = 32.38%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D27D33 (or 0xD27D33) is known color: Bronze. HEX triplet: D2, 7D and 33. RGB value is (210,125,51). Sum of RGB (Red+Green+Blue) = 210+125+51=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 51 (20.31% from 255 or 13.21% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27D33 is #2D82CC. Grayscale: #8E8E8E. Windows color (decimal): -2982605 or 3374546. OLE color: 3374546.

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

Color convert

RGB 210 125 51 -
CMYK 0 0.40 0.76 0.18
HSL 27.92º 0.64% 0.51% -
HSV(B) 27.92º 0.76% 0.82% -
XYZ 34.51 28.61 6.83 -
YUV 141.98 76.66 176.52 -
System Red Green Blue C M Y K H S L
Decimal 210 125 51 0 0.40 0.76 0.18 27.92 0.64 0.51
Hex D2 7D 33 0 28 4C 12 1C 40 33
Octal 322 175 63 0 50 114 22 34 100 63
Binary 11010010 1111101 110011 0 101000 1001100 10010 11100 1000000 110011

Color Harmonies of #D27D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27D33

Black with #D27D33

Text Example


Text Example

White with #D27D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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