Html Css Color HEX #DA6F33 Gold Drop

📋 copy color: '#DA6F33'

red 218 ◦ green 111 ◦ blue 51

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

Shades of Gold Drop #DA6F33

Tints of Gold Drop #DA6F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.42%

R = 57.37%
G = 29.21%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA6F33 (or 0xDA6F33) is known color: Gold Drop. HEX triplet: DA, 6F and 33. RGB value is (218,111,51). Sum of RGB (Red+Green+Blue) = 218+111+51=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 51 (20.31% from 255 or 13.42% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6F33 is #2590CC. Grayscale: #888888. Windows color (decimal): -2461901 or 3370970. OLE color: 3370970.

HSL color Cylindrical-coordinate representation of color #DA6F33: hue angle of 21.56º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA6F33 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 111 51 -
CMYK 0 0.49 0.77 0.15
HSL 21.56º 0.69% 0.53% -
HSV(B) 21.56º 0.77% 0.85% -
XYZ 35.2 26.51 6.39 -
YUV 136.15 79.95 186.38 -
System Red Green Blue C M Y K H S L
Decimal 218 111 51 0 0.49 0.77 0.15 21.56 0.69 0.53
Hex DA 6F 33 0 31 4D F 16 45 35
Octal 332 157 63 0 61 115 17 26 105 65
Binary 11011010 1101111 110011 0 110001 1001101 1111 10110 1000101 110101

Color Harmonies of #DA6F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6F33

Black with #DA6F33

Text Example


Text Example

White with #DA6F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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