Html Css Color HEX #D97F30 Bronze

📋 copy color: '#D97F30'

red 217 ◦ green 127 ◦ blue 48

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

Shades of Bronze #D97F30

Tints of Bronze #D97F30

RGB

 RED value IS 217 (85.16% from 255) = 55.36%

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

 BLUE value IS 48 (19.14% from 255) = 12.24%

R = 55.36%
G = 32.4%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D97F30 (or 0xD97F30) is known color: Bronze. HEX triplet: D9, 7F and 30. RGB value is (217,127,48). Sum of RGB (Red+Green+Blue) = 217+127+48=392 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.36% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 48 (19.14% from 255 or 12.24% from 392); Max value from RGB is 217 - color contains mainly: red. Hex color #D97F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97F30 is #2680CF. Grayscale: #919191. Windows color (decimal): -2523344 or 3178457. OLE color: 3178457.

HSL color Cylindrical-coordinate representation of color #D97F30: hue angle of 28.05º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D97F30 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 127 48 -
CMYK 0 0.41 0.78 0.15
HSL 28.05º 0.69% 0.52% -
HSV(B) 28.05º 0.78% 0.85% -
XYZ 36.74 30.14 6.68 -
YUV 144.9 73.32 179.42 -
System Red Green Blue C M Y K H S L
Decimal 217 127 48 0 0.41 0.78 0.15 28.05 0.69 0.52
Hex D9 7F 30 0 29 4E F 1C 45 34
Octal 331 177 60 0 51 116 17 34 105 64
Binary 11011001 1111111 110000 0 101001 1001110 1111 11100 1000101 110100

Color Harmonies of #D97F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97F30

Black with #D97F30

Text Example


Text Example

White with #D97F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97F30; }

 p { color: rgb(217,127,48); }

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

background-color css

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

 a { background-color: rgb(217,127,48); }

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

border-color css

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

 span { border-color: rgb(217,127,48); }

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