Html Css Color HEX #DABC2D Gold Tips

📋 copy color: '#DABC2D'

red 218 ◦ green 188 ◦ blue 45

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

Shades of Gold Tips #DABC2D

Tints of Gold Tips #DABC2D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.69%

 BLUE value IS 45 (17.97% from 255) = 9.98%

R = 48.34%
G = 41.69%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DABC2D (or 0xDABC2D) is known color: Gold Tips. HEX triplet: DA, BC and 2D. RGB value is (218,188,45). Sum of RGB (Red+Green+Blue) = 218+188+45=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 45 (17.97% from 255 or 9.98% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABC2D is #2543D2. Grayscale: #B5B5B5. Windows color (decimal): -2442195 or 2997466. OLE color: 2997466.

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

Color convert

RGB 218 188 45 -
CMYK 0 0.14 0.79 0.15
HSL 49.6º 0.7% 0.52% -
HSV(B) 49.6º 0.79% 0.85% -
XYZ 47.37 51.06 9.84 -
YUV 180.67 51.44 154.63 -
System Red Green Blue C M Y K H S L
Decimal 218 188 45 0 0.14 0.79 0.15 49.6 0.7 0.52
Hex DA BC 2D 0 E 4F F 32 46 34
Octal 332 274 55 0 16 117 17 62 106 64
Binary 11011010 10111100 101101 0 1110 1001111 1111 110010 1000110 110100

Color Harmonies of #DABC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC2D

Black with #DABC2D

Text Example


Text Example

White with #DABC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC2D; }

 p { color: rgb(218,188,45); }

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

background-color css

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

 a { background-color: rgb(218,188,45); }

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

border-color css

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

 span { border-color: rgb(218,188,45); }

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