Html Css Color HEX #DA6F30 Gold Drop

📋 copy color: '#DA6F30'

red 218 ◦ green 111 ◦ blue 48

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

Shades of Gold Drop #DA6F30

Tints of Gold Drop #DA6F30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.73%

R = 57.82%
G = 29.44%
B = 12.73%

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

#DA6F30 (or 0xDA6F30) is known color: Gold Drop. HEX triplet: DA, 6F and 30. RGB value is (218,111,48). Sum of RGB (Red+Green+Blue) = 218+111+48=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6F30 is #2590CF. Grayscale: #888888. Windows color (decimal): -2461904 or 3174362. OLE color: 3174362.

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

Color convert

RGB 218 111 48 -
CMYK 0 0.49 0.78 0.15
HSL 22.24º 0.7% 0.52% -
HSV(B) 22.24º 0.78% 0.85% -
XYZ 35.13 26.49 6.06 -
YUV 135.81 78.45 186.62 -
System Red Green Blue C M Y K H S L
Decimal 218 111 48 0 0.49 0.78 0.15 22.24 0.7 0.52
Hex DA 6F 30 0 31 4E F 16 46 34
Octal 332 157 60 0 61 116 17 26 106 64
Binary 11011010 1101111 110000 0 110001 1001110 1111 10110 1000110 110100

Color Harmonies of #DA6F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6F30

Black with #DA6F30

Text Example


Text Example

White with #DA6F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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