Html Css Color HEX #DA7F2F Bronze

📋 copy color: '#DA7F2F'

red 218 ◦ green 127 ◦ blue 47

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

Shades of Bronze #DA7F2F

Tints of Bronze #DA7F2F

RGB

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

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

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

R = 55.61%
G = 32.4%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA7F2F (or 0xDA7F2F) is known color: Bronze. HEX triplet: DA, 7F and 2F. RGB value is (218,127,47). Sum of RGB (Red+Green+Blue) = 218+127+47=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 47 (18.75% from 255 or 11.99% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7F2F is #2580D0. Grayscale: #919191. Windows color (decimal): -2457809 or 3112922. OLE color: 3112922.

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

Color convert

RGB 218 127 47 -
CMYK 0 0.42 0.78 0.15
HSL 28.07º 0.7% 0.52% -
HSV(B) 28.07º 0.78% 0.85% -
XYZ 37.02 30.29 6.58 -
YUV 145.09 72.65 180 -
System Red Green Blue C M Y K H S L
Decimal 218 127 47 0 0.42 0.78 0.15 28.07 0.7 0.52
Hex DA 7F 2F 0 2A 4E F 1C 46 34
Octal 332 177 57 0 52 116 17 34 106 64
Binary 11011010 1111111 101111 0 101010 1001110 1111 11100 1000110 110100

Color Harmonies of #DA7F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7F2F

Black with #DA7F2F

Text Example


Text Example

White with #DA7F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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