Html Css Color HEX #DA612A Gold Drop

📋 copy color: '#DA612A'

red 218 ◦ green 97 ◦ blue 42

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

Shades of Gold Drop #DA612A

Tints of Gold Drop #DA612A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.17%

 BLUE value IS 42 (16.8% from 255) = 11.76%

R = 61.06%
G = 27.17%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA612A (or 0xDA612A) is known color: Gold Drop. HEX triplet: DA, 61 and 2A. RGB value is (218,97,42). Sum of RGB (Red+Green+Blue) = 218+97+42=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA612A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA612A is #259ED5. Grayscale: #7F7F7F. Windows color (decimal): -2465494 or 2777562. OLE color: 2777562.

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

Color convert

RGB 218 97 42 -
CMYK 0 0.56 0.81 0.15
HSL 18.75º 0.7% 0.51% -
HSV(B) 18.75º 0.81% 0.85% -
XYZ 33.61 23.62 4.98 -
YUV 126.91 80.09 192.97 -
System Red Green Blue C M Y K H S L
Decimal 218 97 42 0 0.56 0.81 0.15 18.75 0.7 0.51
Hex DA 61 2A 0 38 51 F 13 46 33
Octal 332 141 52 0 70 121 17 23 106 63
Binary 11011010 1100001 101010 0 111000 1010001 1111 10011 1000110 110011

Color Harmonies of #DA612A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA612A

Black with #DA612A

Text Example


Text Example

White with #DA612A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA612A; }

 p { color: rgb(218,97,42); }

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

background-color css

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

 a { background-color: rgb(218,97,42); }

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

border-color css

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

 span { border-color: rgb(218,97,42); }

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