Html Css Color HEX #D27F28 Bronze

📋 copy color: '#D27F28'

red 210 ◦ green 127 ◦ blue 40

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

Shades of Bronze #D27F28

Tints of Bronze #D27F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.61%

R = 55.7%
G = 33.69%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D27F28 (or 0xD27F28) is known color: Bronze. HEX triplet: D2, 7F and 28. RGB value is (210,127,40). Sum of RGB (Red+Green+Blue) = 210+127+40=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 40 (16.02% from 255 or 10.61% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27F28 is #2D80D7. Grayscale: #8E8E8E. Windows color (decimal): -2982104 or 2654162. OLE color: 2654162.

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

Color convert

RGB 210 127 40 -
CMYK 0 0.40 0.81 0.18
HSL 30.71º 0.68% 0.49% -
HSV(B) 30.71º 0.81% 0.82% -
XYZ 34.55 29.03 5.79 -
YUV 141.9 70.5 176.57 -
System Red Green Blue C M Y K H S L
Decimal 210 127 40 0 0.40 0.81 0.18 30.71 0.68 0.49
Hex D2 7F 28 0 28 51 12 1F 44 31
Octal 322 177 50 0 50 121 22 37 104 61
Binary 11010010 1111111 101000 0 101000 1010001 10010 11111 1000100 110001

Color Harmonies of #D27F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27F28

Black with #D27F28

Text Example


Text Example

White with #D27F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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