Html Css Color HEX #DABF2F Gold Tips

📋 copy color: '#DABF2F'

red 218 ◦ green 191 ◦ blue 47

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

Shades of Gold Tips #DABF2F

Tints of Gold Tips #DABF2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.31%

R = 47.81%
G = 41.89%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DABF2F (or 0xDABF2F) is known color: Gold Tips. HEX triplet: DA, BF and 2F. RGB value is (218,191,47). Sum of RGB (Red+Green+Blue) = 218+191+47=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 47 (18.75% from 255 or 10.31% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABF2F is #2540D0. Grayscale: #B7B7B7. Windows color (decimal): -2441425 or 3129306. OLE color: 3129306.

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

Color convert

RGB 218 191 47 -
CMYK 0 0.12 0.78 0.15
HSL 50.53º 0.7% 0.52% -
HSV(B) 50.53º 0.78% 0.85% -
XYZ 48.06 52.37 10.27 -
YUV 182.66 51.45 153.21 -
System Red Green Blue C M Y K H S L
Decimal 218 191 47 0 0.12 0.78 0.15 50.53 0.7 0.52
Hex DA BF 2F 0 C 4E F 33 46 34
Octal 332 277 57 0 14 116 17 63 106 64
Binary 11011010 10111111 101111 0 1100 1001110 1111 110011 1000110 110100

Color Harmonies of #DABF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABF2F

Black with #DABF2F

Text Example


Text Example

White with #DABF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABF2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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