Html Css Color HEX #DABE2D Gold Tips

📋 copy color: '#DABE2D'

red 218 ◦ green 190 ◦ blue 45

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

Shades of Gold Tips #DABE2D

Tints of Gold Tips #DABE2D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.94%

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

R = 48.12%
G = 41.94%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DABE2D (or 0xDABE2D) is known color: Gold Tips. HEX triplet: DA, BE and 2D. RGB value is (218,190,45). Sum of RGB (Red+Green+Blue) = 218+190+45=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 45 (17.97% from 255 or 9.93% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABE2D is #2541D2. Grayscale: #B6B6B6. Windows color (decimal): -2441683 or 2997978. OLE color: 2997978.

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

Color convert

RGB 218 190 45 -
CMYK 0 0.13 0.79 0.15
HSL 50.29º 0.7% 0.52% -
HSV(B) 50.29º 0.79% 0.85% -
XYZ 47.8 51.92 9.99 -
YUV 181.84 50.78 153.79 -
System Red Green Blue C M Y K H S L
Decimal 218 190 45 0 0.13 0.79 0.15 50.29 0.7 0.52
Hex DA BE 2D 0 D 4F F 32 46 34
Octal 332 276 55 0 15 117 17 62 106 64
Binary 11011010 10111110 101101 0 1101 1001111 1111 110010 1000110 110100

Color Harmonies of #DABE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABE2D

Black with #DABE2D

Text Example


Text Example

White with #DABE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABE2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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