Html Css Color HEX #D27C35 Bronze

📋 copy color: '#D27C35'

red 210 ◦ green 124 ◦ blue 53

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

Shades of Bronze #D27C35

Tints of Bronze #D27C35

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.04%

 BLUE value IS 53 (21.09% from 255) = 13.7%

R = 54.26%
G = 32.04%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D27C35 (or 0xD27C35) is known color: Bronze. HEX triplet: D2, 7C and 35. RGB value is (210,124,53). Sum of RGB (Red+Green+Blue) = 210+124+53=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 53 (21.09% from 255 or 13.70% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27C35 is #2D83CA. Grayscale: #8D8D8D. Windows color (decimal): -2982859 or 3505362. OLE color: 3505362.

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

Color convert

RGB 210 124 53 -
CMYK 0 0.41 0.75 0.18
HSL 27.13º 0.64% 0.52% -
HSV(B) 27.13º 0.75% 0.82% -
XYZ 34.43 28.37 7.03 -
YUV 141.62 77.99 176.77 -
System Red Green Blue C M Y K H S L
Decimal 210 124 53 0 0.41 0.75 0.18 27.13 0.64 0.52
Hex D2 7C 35 0 29 4B 12 1B 40 34
Octal 322 174 65 0 51 113 22 33 100 64
Binary 11010010 1111100 110101 0 101001 1001011 10010 11011 1000000 110100

Color Harmonies of #D27C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27C35

Black with #D27C35

Text Example


Text Example

White with #D27C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27C35; }

 p { color: rgb(210,124,53); }

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

background-color css

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

 a { background-color: rgb(210,124,53); }

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

border-color css

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

 span { border-color: rgb(210,124,53); }

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