Html Css Color HEX #D67E37 Bronze

📋 copy color: '#D67E37'

red 214 ◦ green 126 ◦ blue 55

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

Shades of Bronze #D67E37

Tints of Bronze #D67E37

RGB

 RED value IS 214 (83.98% from 255) = 54.18%

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

 BLUE value IS 55 (21.88% from 255) = 13.92%

R = 54.18%
G = 31.9%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D67E37 (or 0xD67E37) is known color: Bronze. HEX triplet: D6, 7E and 37. RGB value is (214,126,55). Sum of RGB (Red+Green+Blue) = 214+126+55=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 55 (21.88% from 255 or 13.92% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D67E37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67E37 is #2981C8. Grayscale: #909090. Windows color (decimal): -2720201 or 3636950. OLE color: 3636950.

HSL color Cylindrical-coordinate representation of color #D67E37: hue angle of 26.79º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D67E37 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 126 55 -
CMYK 0 0.41 0.74 0.16
HSL 26.79º 0.66% 0.53% -
HSV(B) 26.79º 0.74% 0.84% -
XYZ 35.88 29.49 7.42 -
YUV 144.22 77.65 177.77 -
System Red Green Blue C M Y K H S L
Decimal 214 126 55 0 0.41 0.74 0.16 26.79 0.66 0.53
Hex D6 7E 37 0 29 4A 10 1B 42 35
Octal 326 176 67 0 51 112 20 33 102 65
Binary 11010110 1111110 110111 0 101001 1001010 10000 11011 1000010 110101

Color Harmonies of #D67E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67E37

Black with #D67E37

Text Example


Text Example

White with #D67E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67E37; }

 p { color: rgb(214,126,55); }

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

background-color css

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

 a { background-color: rgb(214,126,55); }

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

border-color css

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

 span { border-color: rgb(214,126,55); }

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