Html Css Color HEX #D67F29 Bronze

📋 copy color: '#D67F29'

red 214 ◦ green 127 ◦ blue 41

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

Shades of Bronze #D67F29

Tints of Bronze #D67F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.73%

R = 56.02%
G = 33.25%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D67F29 (or 0xD67F29) is known color: Bronze. HEX triplet: D6, 7F and 29. RGB value is (214,127,41). Sum of RGB (Red+Green+Blue) = 214+127+41=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 41 (16.41% from 255 or 10.73% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67F29 is #2980D6. Grayscale: #8F8F8F. Windows color (decimal): -2719959 or 2719702. OLE color: 2719702.

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

Color convert

RGB 214 127 41 -
CMYK 0 0.41 0.81 0.16
HSL 29.83º 0.68% 0.5% -
HSV(B) 29.83º 0.81% 0.84% -
XYZ 35.72 29.63 5.94 -
YUV 143.21 70.32 178.49 -
System Red Green Blue C M Y K H S L
Decimal 214 127 41 0 0.41 0.81 0.16 29.83 0.68 0.5
Hex D6 7F 29 0 29 51 10 1E 44 32
Octal 326 177 51 0 51 121 20 36 104 62
Binary 11010110 1111111 101001 0 101001 1010001 10000 11110 1000100 110010

Color Harmonies of #D67F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67F29

Black with #D67F29

Text Example


Text Example

White with #D67F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67F29; }

 p { color: rgb(214,127,41); }

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

background-color css

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

 a { background-color: rgb(214,127,41); }

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

border-color css

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

 span { border-color: rgb(214,127,41); }

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