Html Css Color HEX #D27F2C Bronze

📋 copy color: '#D27F2C'

red 210 ◦ green 127 ◦ blue 44

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

Shades of Bronze #D27F2C

Tints of Bronze #D27F2C

RGB

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

 GREEN value IS 127 (50% from 255) = 33.33%

 BLUE value IS 44 (17.58% from 255) = 11.55%

R = 55.12%
G = 33.33%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D27F2C (or 0xD27F2C) is known color: Bronze. HEX triplet: D2, 7F and 2C. RGB value is (210,127,44). Sum of RGB (Red+Green+Blue) = 210+127+44=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 44 (17.58% from 255 or 11.55% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27F2C is #2D80D3. Grayscale: #8E8E8E. Windows color (decimal): -2982100 or 2916306. OLE color: 2916306.

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

Color convert

RGB 210 127 44 -
CMYK 0 0.40 0.79 0.18
HSL 30º 0.65% 0.5% -
HSV(B) 30º 0.79% 0.82% -
XYZ 34.62 29.06 6.17 -
YUV 142.36 72.5 176.25 -
System Red Green Blue C M Y K H S L
Decimal 210 127 44 0 0.40 0.79 0.18 30 0.65 0.5
Hex D2 7F 2C 0 28 4F 12 1E 41 32
Octal 322 177 54 0 50 117 22 36 101 62
Binary 11010010 1111111 101100 0 101000 1001111 10010 11110 1000001 110010

Color Harmonies of #D27F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27F2C

Black with #D27F2C

Text Example


Text Example

White with #D27F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27F2C; }

 p { color: rgb(210,127,44); }

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

background-color css

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

 a { background-color: rgb(210,127,44); }

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

border-color css

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

 span { border-color: rgb(210,127,44); }

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