Html Css Color HEX #DA6F31 Gold Drop

📋 copy color: '#DA6F31'

red 218 ◦ green 111 ◦ blue 49

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

Shades of Gold Drop #DA6F31

Tints of Gold Drop #DA6F31

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.37%

 BLUE value IS 49 (19.53% from 255) = 12.96%

R = 57.67%
G = 29.37%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA6F31 (or 0xDA6F31) is known color: Gold Drop. HEX triplet: DA, 6F and 31. RGB value is (218,111,49). Sum of RGB (Red+Green+Blue) = 218+111+49=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 49 (19.53% from 255 or 12.96% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6F31 is #2590CE. Grayscale: #888888. Windows color (decimal): -2461903 or 3239898. OLE color: 3239898.

HSL color Cylindrical-coordinate representation of color #DA6F31: hue angle of 22.01º 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 #DA6F31 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 111 49 -
CMYK 0 0.49 0.78 0.15
HSL 22.01º 0.7% 0.52% -
HSV(B) 22.01º 0.78% 0.85% -
XYZ 35.15 26.5 6.17 -
YUV 135.93 78.95 186.54 -
System Red Green Blue C M Y K H S L
Decimal 218 111 49 0 0.49 0.78 0.15 22.01 0.7 0.52
Hex DA 6F 31 0 31 4E F 16 46 34
Octal 332 157 61 0 61 116 17 26 106 64
Binary 11011010 1101111 110001 0 110001 1001110 1111 10110 1000110 110100

Color Harmonies of #DA6F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6F31

Black with #DA6F31

Text Example


Text Example

White with #DA6F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6F31; }

 p { color: rgb(218,111,49); }

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

background-color css

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

 a { background-color: rgb(218,111,49); }

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

border-color css

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

 span { border-color: rgb(218,111,49); }

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