Html Css Color HEX #D67C2F Bronze

📋 copy color: '#D67C2F'

red 214 ◦ green 124 ◦ blue 47

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

Shades of Bronze #D67C2F

Tints of Bronze #D67C2F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.21%

 BLUE value IS 47 (18.75% from 255) = 12.21%

R = 55.58%
G = 32.21%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D67C2F (or 0xD67C2F) is known color: Bronze. HEX triplet: D6, 7C and 2F. RGB value is (214,124,47). Sum of RGB (Red+Green+Blue) = 214+124+47=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67C2F is #2983D0. Grayscale: #8E8E8E. Windows color (decimal): -2720721 or 3112150. OLE color: 3112150.

HSL color Cylindrical-coordinate representation of color #D67C2F: hue angle of 27.66º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D67C2F is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 124 47 -
CMYK 0 0.42 0.78 0.16
HSL 27.66º 0.67% 0.51% -
HSV(B) 27.66º 0.78% 0.84% -
XYZ 35.45 28.92 6.4 -
YUV 142.13 74.32 179.26 -
System Red Green Blue C M Y K H S L
Decimal 214 124 47 0 0.42 0.78 0.16 27.66 0.67 0.51
Hex D6 7C 2F 0 2A 4E 10 1C 43 33
Octal 326 174 57 0 52 116 20 34 103 63
Binary 11010110 1111100 101111 0 101010 1001110 10000 11100 1000011 110011

Color Harmonies of #D67C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67C2F

Black with #D67C2F

Text Example


Text Example

White with #D67C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67C2F; }

 p { color: rgb(214,124,47); }

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

background-color css

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

 a { background-color: rgb(214,124,47); }

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

border-color css

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

 span { border-color: rgb(214,124,47); }

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