Html Css Color HEX #DA7F2E Bronze

📋 copy color: '#DA7F2E'

red 218 ◦ green 127 ◦ blue 46

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

Shades of Bronze #DA7F2E

Tints of Bronze #DA7F2E

RGB

 RED value IS 218 (85.55% from 255) = 55.75%

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

 BLUE value IS 46 (18.36% from 255) = 11.76%

R = 55.75%
G = 32.48%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA7F2E (or 0xDA7F2E) is known color: Bronze. HEX triplet: DA, 7F and 2E. RGB value is (218,127,46). Sum of RGB (Red+Green+Blue) = 218+127+46=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 46 (18.36% from 255 or 11.76% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7F2E is #2580D1. Grayscale: #919191. Windows color (decimal): -2457810 or 3047386. OLE color: 3047386.

HSL color Cylindrical-coordinate representation of color #DA7F2E: hue angle of 28.26º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA7F2E is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 127 46 -
CMYK 0 0.42 0.79 0.15
HSL 28.26º 0.7% 0.52% -
HSV(B) 28.26º 0.79% 0.85% -
XYZ 37 30.28 6.48 -
YUV 144.98 72.15 180.09 -
System Red Green Blue C M Y K H S L
Decimal 218 127 46 0 0.42 0.79 0.15 28.26 0.7 0.52
Hex DA 7F 2E 0 2A 4F F 1C 46 34
Octal 332 177 56 0 52 117 17 34 106 64
Binary 11011010 1111111 101110 0 101010 1001111 1111 11100 1000110 110100

Color Harmonies of #DA7F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7F2E

Black with #DA7F2E

Text Example


Text Example

White with #DA7F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7F2E; }

 p { color: rgb(218,127,46); }

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

background-color css

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

 a { background-color: rgb(218,127,46); }

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

border-color css

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

 span { border-color: rgb(218,127,46); }

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