Html Css Color HEX #D97E2E Bronze

📋 copy color: '#D97E2E'

red 217 ◦ green 126 ◦ blue 46

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

Shades of Bronze #D97E2E

Tints of Bronze #D97E2E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.39%

 BLUE value IS 46 (18.36% from 255) = 11.83%

R = 55.78%
G = 32.39%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D97E2E (or 0xD97E2E) is known color: Bronze. HEX triplet: D9, 7E and 2E. RGB value is (217,126,46). Sum of RGB (Red+Green+Blue) = 217+126+46=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 46 (18.36% from 255 or 11.83% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D97E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97E2E is #2681D1. Grayscale: #909090. Windows color (decimal): -2523602 or 3047129. OLE color: 3047129.

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

Color convert

RGB 217 126 46 -
CMYK 0 0.42 0.79 0.15
HSL 28.07º 0.69% 0.52% -
HSV(B) 28.07º 0.79% 0.85% -
XYZ 36.57 29.87 6.42 -
YUV 144.09 72.65 180 -
System Red Green Blue C M Y K H S L
Decimal 217 126 46 0 0.42 0.79 0.15 28.07 0.69 0.52
Hex D9 7E 2E 0 2A 4F F 1C 45 34
Octal 331 176 56 0 52 117 17 34 105 64
Binary 11011001 1111110 101110 0 101010 1001111 1111 11100 1000101 110100

Color Harmonies of #D97E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97E2E

Black with #D97E2E

Text Example


Text Example

White with #D97E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97E2E; }

 p { color: rgb(217,126,46); }

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

background-color css

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

 a { background-color: rgb(217,126,46); }

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

border-color css

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

 span { border-color: rgb(217,126,46); }

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