Html Css Color HEX #D27D34 Bronze

📋 copy color: '#D27D34'

red 210 ◦ green 125 ◦ blue 52

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

Shades of Bronze #D27D34

Tints of Bronze #D27D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.44%

R = 54.26%
G = 32.3%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D27D34 (or 0xD27D34) is known color: Bronze. HEX triplet: D2, 7D and 34. RGB value is (210,125,52). Sum of RGB (Red+Green+Blue) = 210+125+52=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 52 (20.70% from 255 or 13.44% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27D34 is #2D82CB. Grayscale: #8E8E8E. Windows color (decimal): -2982604 or 3440082. OLE color: 3440082.

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

Color convert

RGB 210 125 52 -
CMYK 0 0.40 0.75 0.18
HSL 27.72º 0.64% 0.51% -
HSV(B) 27.72º 0.75% 0.82% -
XYZ 34.53 28.62 6.95 -
YUV 142.09 77.16 176.44 -
System Red Green Blue C M Y K H S L
Decimal 210 125 52 0 0.40 0.75 0.18 27.72 0.64 0.51
Hex D2 7D 34 0 28 4B 12 1C 40 33
Octal 322 175 64 0 50 113 22 34 100 63
Binary 11010010 1111101 110100 0 101000 1001011 10010 11100 1000000 110011

Color Harmonies of #D27D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27D34

Black with #D27D34

Text Example


Text Example

White with #D27D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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