Html Css Color HEX #D67E34 Bronze

📋 copy color: '#D67E34'

red 214 ◦ green 126 ◦ blue 52

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

Shades of Bronze #D67E34

Tints of Bronze #D67E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.27%

R = 54.59%
G = 32.14%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D67E34 (or 0xD67E34) is known color: Bronze. HEX triplet: D6, 7E and 34. RGB value is (214,126,52). Sum of RGB (Red+Green+Blue) = 214+126+52=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 52 (20.70% from 255 or 13.27% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D67E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67E34 is #2981CB. Grayscale: #909090. Windows color (decimal): -2720204 or 3440342. OLE color: 3440342.

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

Color convert

RGB 214 126 52 -
CMYK 0 0.41 0.76 0.16
HSL 27.41º 0.66% 0.52% -
HSV(B) 27.41º 0.76% 0.84% -
XYZ 35.81 29.47 7.05 -
YUV 143.88 76.15 178.02 -
System Red Green Blue C M Y K H S L
Decimal 214 126 52 0 0.41 0.76 0.16 27.41 0.66 0.52
Hex D6 7E 34 0 29 4C 10 1B 42 34
Octal 326 176 64 0 51 114 20 33 102 64
Binary 11010110 1111110 110100 0 101001 1001100 10000 11011 1000010 110100

Color Harmonies of #D67E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67E34

Black with #D67E34

Text Example


Text Example

White with #D67E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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