Html Css Color HEX #DA642B Gold Drop

📋 copy color: '#DA642B'

red 218 ◦ green 100 ◦ blue 43

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

Shades of Gold Drop #DA642B

Tints of Gold Drop #DA642B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.7%

 BLUE value IS 43 (17.19% from 255) = 11.91%

R = 60.39%
G = 27.7%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA642B (or 0xDA642B) is known color: Gold Drop. HEX triplet: DA, 64 and 2B. RGB value is (218,100,43). Sum of RGB (Red+Green+Blue) = 218+100+43=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA642B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA642B is #259BD4. Grayscale: #818181. Windows color (decimal): -2464725 or 2843866. OLE color: 2843866.

HSL color Cylindrical-coordinate representation of color #DA642B: hue angle of 19.54º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA642B is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 100 43 -
CMYK 0 0.54 0.80 0.15
HSL 19.54º 0.7% 0.51% -
HSV(B) 19.54º 0.8% 0.85% -
XYZ 33.91 24.19 5.17 -
YUV 128.78 79.59 191.63 -
System Red Green Blue C M Y K H S L
Decimal 218 100 43 0 0.54 0.80 0.15 19.54 0.7 0.51
Hex DA 64 2B 0 36 50 F 14 46 33
Octal 332 144 53 0 66 120 17 24 106 63
Binary 11011010 1100100 101011 0 110110 1010000 1111 10100 1000110 110011

Color Harmonies of #DA642B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA642B

Black with #DA642B

Text Example


Text Example

White with #DA642B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA642B; }

 p { color: rgb(218,100,43); }

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

background-color css

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

 a { background-color: rgb(218,100,43); }

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

border-color css

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

 span { border-color: rgb(218,100,43); }

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