Html Css Color HEX #D67F28 Bronze

📋 copy color: '#D67F28'

red 214 ◦ green 127 ◦ blue 40

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

Shades of Bronze #D67F28

Tints of Bronze #D67F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.5%

R = 56.17%
G = 33.33%
B = 10.5%

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

#D67F28 (or 0xD67F28) is known color: Bronze. HEX triplet: D6, 7F and 28. RGB value is (214,127,40). Sum of RGB (Red+Green+Blue) = 214+127+40=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 40 (16.02% from 255 or 10.50% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67F28 is #2980D7. Grayscale: #8F8F8F. Windows color (decimal): -2719960 or 2654166. OLE color: 2654166.

HSL color Cylindrical-coordinate representation of color #D67F28: hue angle of 30º degrees, saturation: 0.69, 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 #D67F28 is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 127 40 -
CMYK 0 0.41 0.81 0.16
HSL 30º 0.69% 0.5% -
HSV(B) 30º 0.81% 0.84% -
XYZ 35.7 29.63 5.84 -
YUV 143.1 69.82 178.57 -
System Red Green Blue C M Y K H S L
Decimal 214 127 40 0 0.41 0.81 0.16 30 0.69 0.5
Hex D6 7F 28 0 29 51 10 1E 45 32
Octal 326 177 50 0 51 121 20 36 105 62
Binary 11010110 1111111 101000 0 101001 1010001 10000 11110 1000101 110010

Color Harmonies of #D67F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67F28

Black with #D67F28

Text Example


Text Example

White with #D67F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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