Html Css Color HEX #DABF2E Gold Tips

📋 copy color: '#DABF2E'

red 218 ◦ green 191 ◦ blue 46

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

Shades of Gold Tips #DABF2E

Tints of Gold Tips #DABF2E

RGB

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

 GREEN value IS 191 (75% from 255) = 41.98%

 BLUE value IS 46 (18.36% from 255) = 10.11%

R = 47.91%
G = 41.98%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DABF2E (or 0xDABF2E) is known color: Gold Tips. HEX triplet: DA, BF and 2E. RGB value is (218,191,46). Sum of RGB (Red+Green+Blue) = 218+191+46=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 46 (18.36% from 255 or 10.11% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABF2E is #2540D1. Grayscale: #B7B7B7. Windows color (decimal): -2441426 or 3063770. OLE color: 3063770.

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

Color convert

RGB 218 191 46 -
CMYK 0 0.12 0.79 0.15
HSL 50.58º 0.7% 0.52% -
HSV(B) 50.58º 0.79% 0.85% -
XYZ 48.04 52.36 10.16 -
YUV 182.54 50.95 153.29 -
System Red Green Blue C M Y K H S L
Decimal 218 191 46 0 0.12 0.79 0.15 50.58 0.7 0.52
Hex DA BF 2E 0 C 4F F 33 46 34
Octal 332 277 56 0 14 117 17 63 106 64
Binary 11011010 10111111 101110 0 1100 1001111 1111 110011 1000110 110100

Color Harmonies of #DABF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABF2E

Black with #DABF2E

Text Example


Text Example

White with #DABF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABF2E; }

 p { color: rgb(218,191,46); }

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

background-color css

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

 a { background-color: rgb(218,191,46); }

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

border-color css

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

 span { border-color: rgb(218,191,46); }

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