Html Css Color HEX #DA6730 Gold Drop

📋 copy color: '#DA6730'

red 218 ◦ green 103 ◦ blue 48

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

Shades of Gold Drop #DA6730

Tints of Gold Drop #DA6730

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.91%

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

R = 59.08%
G = 27.91%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA6730 (or 0xDA6730) is known color: Gold Drop. HEX triplet: DA, 67 and 30. RGB value is (218,103,48). Sum of RGB (Red+Green+Blue) = 218+103+48=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6730 is #2598CF. Grayscale: #838383. Windows color (decimal): -2463952 or 3172314. OLE color: 3172314.

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

Color convert

RGB 218 103 48 -
CMYK 0 0.53 0.78 0.15
HSL 19.41º 0.7% 0.52% -
HSV(B) 19.41º 0.78% 0.85% -
XYZ 34.3 24.82 5.78 -
YUV 131.12 81.1 189.97 -
System Red Green Blue C M Y K H S L
Decimal 218 103 48 0 0.53 0.78 0.15 19.41 0.7 0.52
Hex DA 67 30 0 35 4E F 13 46 34
Octal 332 147 60 0 65 116 17 23 106 64
Binary 11011010 1100111 110000 0 110101 1001110 1111 10011 1000110 110100

Color Harmonies of #DA6730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6730

Black with #DA6730

Text Example


Text Example

White with #DA6730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6730; }

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

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

background-color css

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

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

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

border-color css

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

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

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